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