Skip a known failure on openbsd.
[sbcl.git] / 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))