Fixing tests

This commit is contained in:
retropikzel 2025-10-29 18:44:45 +02:00
parent f1235bb3c5
commit 57d698c708
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
(test-assert (string=? text "Hello")) (test-assert (string=? text "Hello"))
(define exit-code2 (system "no-such-command")) (define exit-code2 (system "no-such-command 2> /dev/null"))
(test-assert (> exit-code2 0)) (test-assert (> exit-code2 0))