From 8362d124fa8df2c6fafd677c16f72facebe8ee1f Mon Sep 17 00:00:00 2001 From: Peter Bex Date: Thu, 16 Aug 2018 21:59:29 +0200 Subject: Drop bogus test run*/string* does not exist, and run/string* doesn't raise an exception on nonzero exit status. --- tests/run.scm | 5 +---- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3