X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fthreads.test.sh;h=2341b3d8a9d2c175921230b9ade785e464582d13;hb=1907ad030ca773162bcd9ff90fdc485a035591f4;hp=9ca386ea3f30dfb334b221924a0f26dd40046fc0;hpb=17c3cee2f470fab2dd332cf9d5f63d7c572bd5a0;p=sbcl.git diff --git a/tests/threads.test.sh b/tests/threads.test.sh index 9ca386e..2341b3d 100644 --- a/tests/threads.test.sh +++ b/tests/threads.test.sh @@ -11,10 +11,13 @@ # absolutely no warranty. See the COPYING and CREDITS files for # more information. +. ./subr.sh +use_test_subdirectory + flag="condition-wait-sigcont.tmp" touch $flag -$SBCL --load condition-wait-sigcont.lisp & +run_sbcl --load "$SBCL_PWD/condition-wait-sigcont.lisp" & sb_pid=$! while [ -f $flag ]; do sleep 1; done