NetBSD also fails on test based on opening /dev/stdout from a script.
authorJim Wise <jwise@menegroth.draga.com>
Tue, 8 Nov 2011 19:48:21 +0000 (14:48 -0500)
committerJim Wise <jwise@menegroth.draga.com>
Tue, 8 Nov 2011 19:48:21 +0000 (14:48 -0500)
Add it to Darwin in platforms which skip this test.

tests/script.test.sh

index 38acfe0..3f55d13 100644 (file)
@@ -38,7 +38,7 @@ run_sbcl --script $tmpscript
 check_status_maybe_lose "--script exit status from normal exit" $? 0 "(everything ok)"
 
 cat > $tmpscript <<EOF
-#+darwin
+#+(or darwin netbsd)
 (progn
   (format t "silently skipping known failure in script.test.sh~%")
   (sb-ext:quit :unix-status 3))