Added a signal handler for SIGFPE
[pspp-builds.git] / tests / bugs / t-test.sh
index 7896b77180f068c076f850a7d8cf52fab24ec4f6..6ce101f0a298765f4bbe00ea6e3bc6abb9e0a2f4 100755 (executable)
@@ -64,6 +64,8 @@ T-TEST /groups=id(3) .
 EOF
 if [ $? -ne 0 ] ; then no_result ; fi
 
+#The syntax was invalid.  Therefore pspp must return non zero.
+activity="run program"
 $SUPERVISOR $here/../src/pspp -o raw-ascii $TEMPDIR/rnd.sps > /dev/null
 if [ $? -ne 1 ] ; then fail ; fi