From 7cb3d2aac02bad3871f6b31f4108c84f3ea95af8 Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Thu, 8 Oct 2009 11:48:41 +0000 Subject: [PATCH] 1.0.31.32: missing --no-userinit in core.test.sh Reported by Robert Brown. https://bugs.launchpad.net/sbcl/+bug/440052 --- tests/core.test.sh | 6 +++--- version.lisp-expr | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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)' <