From: Nikodemus Siivola Date: Thu, 8 Oct 2009 11:48:41 +0000 (+0000) Subject: 1.0.31.32: missing --no-userinit in core.test.sh X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=7cb3d2aac02bad3871f6b31f4108c84f3ea95af8;p=sbcl.git 1.0.31.32: missing --no-userinit in core.test.sh Reported by Robert Brown. https://bugs.launchpad.net/sbcl/+bug/440052 --- diff --git a/tests/core.test.sh b/tests/core.test.sh index b483b68..978f230 100644 --- a/tests/core.test.sh +++ b/tests/core.test.sh @@ -94,9 +94,9 @@ chmod u+x "$tmpcore" (save-lisp-and-die "$tmpcore" :executable t :save-runtime-options t) EOF chmod u+x "$tmpcore" -./"$tmpcore" --version --eval '(sb-ext:quit)' <