summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/007/except-3.txr2
-rw-r--r--tests/007/except-4.txr5
2 files changed, 2 insertions, 5 deletions
diff --git a/tests/007/except-3.txr b/tests/007/except-3.txr
index b2abc04e..f672c7d2 100644
--- a/tests/007/except-3.txr
+++ b/tests/007/except-3.txr
@@ -1,3 +1,3 @@
-@(next (open-command "echo foo; kill $$") :nothrow)
+@(next (open-command "echo foo; kill -KILL $$") :nothrow)
@a
@(do (put-line a))
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")