1.0.31.32: missing --no-userinit in core.test.sh
authorNikodemus Siivola <nikodemus@random-state.net>
Thu, 8 Oct 2009 11:48:41 +0000 (11:48 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Thu, 8 Oct 2009 11:48:41 +0000 (11:48 +0000)
  Reported by Robert Brown.

  https://bugs.launchpad.net/sbcl/+bug/440052

tests/core.test.sh
version.lisp-expr

index b483b68..978f230 100644 (file)
@@ -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)' <<EOF
-  (when (equal *posix-argv* '("./$tmpcore" "--version" "--eval" "(sb-ext:quit)"))
-    (sb-ext:quit :unix-status 42))
+./"$tmpcore" --no-userinit --version --eval '(quit)' <<EOF
+  (when (equal *posix-argv* '("./$tmpcore" "--version" "--eval" "(quit)"))
+    (quit :unix-status 42))
 EOF
 status=$?
 if [ $status != 42 ]; then
index ef28220..f3ecd9d 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.31.31"
+"1.0.31.32"