Ignore a known failure in script.test.sh on Darwin
authorDavid Lichteblau <david@lichteblau.com>
Thu, 29 Sep 2011 22:40:02 +0000 (00:40 +0200)
committerDavid Lichteblau <david@lichteblau.com>
Thu, 29 Sep 2011 22:40:02 +0000 (00:40 +0200)
commitd7952c5aacc3ec295e148cdf1d24eec3f6509e81
tree308b7333f5a3d368920045d419725674109244fe
parent4aad6e46b8b15dc409b80dc720e3372d39023b4b
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