diff options
| -rw-r--r-- | tests/run.scm | 5 | 
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/run.scm b/tests/run.scm index 9bf2c75..91389e2 100644 --- a/tests/run.scm +++ b/tests/run.scm @@ -65,10 +65,7 @@                        ;; buffer because the memory isn't shared.                        (display "This should go to stderr"                                 (current-error-port)))))))) -          (list ignored-output (get-output-string strerr)))) - -  (test-error "run*/string* raises error if subprocess has nonzero exit status" -              (run*/string* (lambda () (display "ohai") (exit 1))))) +          (list ignored-output (get-output-string strerr)))))  (test-group "Macro (EPF) interface"    (delete-file* "outfile")              ; Leftovers from last run  | 
