projects
/
sbcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
feb345d
)
Skip a known failure on openbsd.
author
Joshua Elsasser
<joshua@elsasser.org>
Wed, 23 Nov 2011 01:20:49 +0000
(17:20 -0800)
committer
Joshua Elsasser
<joshua@elsasser.org>
Wed, 23 Nov 2011 01:20:49 +0000
(17:20 -0800)
tests/script.test.sh
patch
|
blob
|
history
diff --git
a/tests/script.test.sh
b/tests/script.test.sh
index
3f55d13
..
db270df
100644
(file)
--- 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 <<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))