More unboxed-byte-addresses-are-word-addresses damage.
[sbcl.git] / tests / threads.test.sh
index 5331e88..cc2de11 100644 (file)
@@ -18,7 +18,7 @@ flag="condition-wait-sigcont.tmp"
 touch $flag
 
 # $! is not set correctly when calling run_sbcl, do it directly
-"$SBCL_RUNTIME" --core "$SBCL_CORE" \
+"$SBCL_RUNTIME" --core "$SBCL_CORE" $SBCL_ARGS \
     --load "$SBCL_PWD/condition-wait-sigcont.lisp" &
 sb_pid=$!