Fix system library test

This commit is contained in:
retropikzel 2026-01-10 08:43:24 +02:00
parent a6911047a4
commit 83d3957718
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
(define text (with-input-from-file testfile (lambda () (read-all "")))) (define text (with-input-from-file testfile (lambda () (read-all ""))))
(test-assert (string=? text "Hello")) (test-assert (string=? text "Hello\n"))
(define exit-code2 (system "no-such-command 2> /dev/null")) (define exit-code2 (system "no-such-command 2> /dev/null"))