3 # This software is part of the SBCL system. See the README file for
6 # While most of SBCL is derived from the CMU CL system, the test
7 # files (like this one) were written from scratch after the fork
10 # This software is in the public domain and is provided with
11 # absolutely no warranty. See the COPYING and CREDITS files for
17 flag="condition-wait-sigcont.tmp"
20 # $! is not set correctly when calling run_sbcl, do it directly
21 "$SBCL_RUNTIME" --core "$SBCL_CORE" $SBCL_ARGS \
22 --load "$SBCL_PWD/condition-wait-sigcont.lisp" &
25 while [ -f $flag ]; do sleep 1; done