Fixing tests

This commit is contained in:
retropikzel 2025-10-29 19:15:37 +02:00
parent 113f38997d
commit 6f3e466c66
1 changed files with 1 additions and 1 deletions

View File

@ -19,6 +19,6 @@
(define exit-code2 (system "no-such-command 2> /dev/null")) (define exit-code2 (system "no-such-command 2> /dev/null"))
(test-assert (= exit-code2 0)) (test-assert (> exit-code2 0))
(test-end "foreign-c-system") (test-end "foreign-c-system")