Reported by Robert Brown.
https://bugs.launchpad.net/sbcl/+bug/440052
(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
;;; 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"