Fix arg type for expr_parse.
[pspp] / tests / bugs / data-crash.sh
index 73bca66ad40b50fe0546f390f864150cee9fdcd5..b96c476ed9b4e2112cd9d14a02dec509dbef0845 100755 (executable)
@@ -4,6 +4,7 @@
 # invalid input
 
 TEMPDIR=/tmp/pspp-tst-$$
+TESTFILE=$TEMPDIR/`basename $0`.sps
 
 here=`pwd`;
 
@@ -54,8 +55,9 @@ EXECUTE.
 EOF
 if [ $? -ne 0 ] ; then no_result ; fi
 
-
-$here/../src/pspp $TEMPDIR/ct.stat > /dev/null
+#This must fail
+activity="run program"
+$SUPERVISOR $here/../src/pspp $TEMPDIR/ct.stat > /dev/null
 if [ $? -ne 1 ] ; then fail ; fi