Skip a known failure on openbsd.
authorJoshua Elsasser <joshua@elsasser.org>
Wed, 23 Nov 2011 01:20:49 +0000 (17:20 -0800)
committerJoshua Elsasser <joshua@elsasser.org>
Wed, 23 Nov 2011 01:20:49 +0000 (17:20 -0800)
tests/script.test.sh

index 3f55d13..db270df 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
-#+(or darwin netbsd)
+#+(or darwin netbsd openbsd)
 (progn
   (format t "silently skipping known failure in script.test.sh~%")
   (sb-ext:quit :unix-status 3))