diff options
Diffstat (limited to 'tests/007/except-3.txr')
-rw-r--r-- | tests/007/except-3.txr | 2 |
1 files changed, 1 insertions, 1 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)) |