Added linked-list.[ch] --- a general purpose linked list module.
[pspp-builds.git] / tests / bugs / alpha-freq.sh
index f292563b6bec12f8aa899d74758eb68fdc690e2b..fcd4eaca3d4a5236d58b42bf497b50682bd3ce41 100755 (executable)
@@ -4,6 +4,7 @@
 # crash if given an alphanumeric variable
 
 TEMPDIR=/tmp/pspp-tst-$$
+TESTFILE=$TEMPDIR/`basename $0`.sps
 
 here=`pwd`;
 
@@ -60,7 +61,7 @@ EOF
 if [ $? -ne 0 ] ; then no_result ; fi
 
 
-$here/../src/pspp $TEMPDIR/prog.sps
+$SUPERVISOR $here/../src/pspp $TEMPDIR/prog.sps
 if [ $? -ne 0 ] ; then fail ; fi