From 5b137a40b265d0a1da5bee27a83ec1fd9b354a68 Mon Sep 17 00:00:00 2001 From: Jim Wise Date: Tue, 8 Nov 2011 14:48:21 -0500 Subject: [PATCH] NetBSD also fails on test based on opening /dev/stdout from a script. Add it to Darwin in platforms which skip this test. --- tests/script.test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 <