1.0.3.23: fix sb-posix timeval struct
[sbcl.git] / tests / threads.test.sh
index 3d7a01a..9ca386e 100644 (file)
@@ -14,7 +14,7 @@
 flag="condition-wait-sigcont.tmp"
 touch $flag
 
-../src/runtime/sbcl --core ../output/sbcl.core --load condition-wait-sigcont.lisp &
+$SBCL --load condition-wait-sigcont.lisp &
 sb_pid=$!
 
 while [ -f $flag ]; do sleep 1; done