1.0.24.31: robustify threads.test.sh some more
[sbcl.git] / tests / threads.test.sh
index 5331e88..f266944 100644 (file)
@@ -19,6 +19,7 @@ touch $flag
 
 # $! is not set correctly when calling run_sbcl, do it directly
 "$SBCL_RUNTIME" --core "$SBCL_CORE" \
+    --no-userinit --no-sysinit --disable-debugger \
     --load "$SBCL_PWD/condition-wait-sigcont.lisp" &
 sb_pid=$!