Added a signal handler for SIGFPE
[pspp-builds.git] / tests / bugs / data-crash.sh
index b1d453a8bce178977e4c2033b883f200bc8aafcf..d005680d3503d6af359fd438d6c6c96bd6a33747 100755 (executable)
@@ -54,7 +54,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