From d7952c5aacc3ec295e148cdf1d24eec3f6509e81 Mon Sep 17 00:00:00 2001 From: David Lichteblau Date: Fri, 30 Sep 2011 00:40:02 +0200 Subject: [PATCH] Ignore a known failure in script.test.sh on Darwin script.test.sh includes a test case that fails on Darwin because of a bug in SBCL. However, this is the first release to run this test at all. Lacking a proper mechanism to mark the test case as a known failure on Darwin, skip it entirely on that platform for now. Thanks to Fare for testing. --- tests/script.test.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/script.test.sh b/tests/script.test.sh index 9b7e104..38acfe0 100644 --- a/tests/script.test.sh +++ b/tests/script.test.sh @@ -38,6 +38,10 @@ run_sbcl --script $tmpscript check_status_maybe_lose "--script exit status from normal exit" $? 0 "(everything ok)" cat > $tmpscript <