summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/007/except-4.txr4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/007/except-4.txr b/tests/007/except-4.txr
index 0f87a706..3f0ab9e5 100644
--- a/tests/007/except-4.txr
+++ b/tests/007/except-4.txr
@@ -1,3 +1,7 @@
+@(include "../common")
+@(if (eq (os-symbol) :solaris))
+@ (do (put-line "bar") (exit t))
+@(end)
@(try)
@(next (open-command "echo foo; kill $$"))
@a