* If /tmp or TMPDIR is mounted noexec, loading foreign objects doesn't
fails, but it's not SBCL's fault.
* Also remember to bump version.lisp-expr (the last two commits forgot
this).
# and non-linkage-table platforms fail this
PUNT=104
-testfilestem=${TMPDIR:-/tmp}/sbcl-foreign-test-$$
+testfiledir=sbcl-foreign-test-$$
+testfilestem=`pwd`/$testfiledir/sbcl-foreign-test
+mkdir $testfiledir
## Make some shared object files to test with.
build_so() {
echo missing .so ok
-rm -f $testfilestem.* $testfilestem-*
+rm -r $testfiledir
# success convention for script
exit 104
;;; 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.12.31"
+"1.0.12.33"