From 9ce842e5b4c4e1757f9eff33e057906e022cee78 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Thu, 26 Aug 2021 01:12:10 -0700 Subject: solaris: disable failing test case. * tests/007/except-4.txr: This new test case does not work on Solaris 10 because a shell script that kills itself via kill $$ appears to be terminating successfully with an exit status of 208, not appearing to be killed by a signal. --- tests/007/except-4.txr | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3