projects
/
sbcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b0e405
)
NetBSD also fails on test based on opening /dev/stdout from a script.
author
Jim Wise
<jwise@menegroth.draga.com>
Tue, 8 Nov 2011 19:48:21 +0000
(14:48 -0500)
committer
Jim 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
patch
|
blob
|
history
diff --git
a/tests/script.test.sh
b/tests/script.test.sh
index
38acfe0
..
3f55d13
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
-#+darwin
+#+(or darwin netbsd)
(progn
(format t "silently skipping known failure in script.test.sh~%")
(sb-ext:quit :unix-status 3))