summaryrefslogtreecommitdiffstats
path: root/tests/007/except-4.txr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/007/except-4.txr')
-rw-r--r--tests/007/except-4.txr5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/007/except-4.txr b/tests/007/except-4.txr
index 3c19cb89..50c85539 100644
--- a/tests/007/except-4.txr
+++ b/tests/007/except-4.txr
@@ -1,9 +1,6 @@
@(include "../common")
-@(if (meq (os-symbol) :openbsd :solaris))
-@ (do (put-line "bar") (exit t))
-@(end)
@(try)
-@(next (open-command "echo foo; kill $$"))
+@(next (open-command "echo foo; kill -KILL $$"))
@a
@(catch)
@(bind a "bar")