From: Jim Wise Date: Tue, 8 Nov 2011 19:48:21 +0000 (-0500) Subject: NetBSD also fails on test based on opening /dev/stdout from a script. X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=5b137a40b265d0a1da5bee27a83ec1fd9b354a68;p=sbcl.git NetBSD also fails on test based on opening /dev/stdout from a script. Add it to Darwin in platforms which skip this test. --- diff --git a/tests/script.test.sh b/tests/script.test.sh index 38acfe0..3f55d13 100644 --- a/tests/script.test.sh +++ b/tests/script.test.sh @@ -38,7 +38,7 @@ run_sbcl --script $tmpscript check_status_maybe_lose "--script exit status from normal exit" $? 0 "(everything ok)" cat > $tmpscript <