From: Nathan Froyd Date: Sat, 7 Apr 2007 01:07:05 +0000 (+0000) Subject: 1.0.4.35: Commit Kevin Reid's "Test failure in core.test.sh" patch X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=f28bee46f9edaaf3c7b38d52190ad44e78efddba;p=sbcl.git 1.0.4.35: Commit Kevin Reid's "Test failure in core.test.sh" patch --- diff --git a/tests/core.test.sh b/tests/core.test.sh index 1c5a0cf..1fd0ad4 100644 --- a/tests/core.test.sh +++ b/tests/core.test.sh @@ -67,7 +67,8 @@ $SBCL <"$tmpoutput" --eval '(quit :unix-status 71)' +./"$tmpcore" >"$tmpoutput" \ + --no-userinit --no-sysinit --eval '(quit :unix-status 71)' if [ $? != 71 ]; then echo "failure in banner suppression: $?" exit 1 diff --git a/version.lisp-expr b/version.lisp-expr index 91181e5..9120577 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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.4.34" +"1.0.4.35"