Fixed numerous memory leaks. Changed many of the test cases to use a canonical
[pspp-builds.git] / tests / bugs / val-labs.sh
index fc052b7b86bc1189177d912431e0003c3cd5479c..9fcf39ed0663314b470969898c845104c8a8b710 100755 (executable)
@@ -64,6 +64,8 @@ VALUE LABELS /var=a 'label for a'.
 EOF
 if [ $? -ne 0 ] ; then no_result ; fi
 
+#Invalid syntax --- return value is non zero.
+activity="run program"
 $SUPERVISOR $here/../src/pspp -o raw-ascii $TEMPDIR/rnd.sps > /dev/null
 if [ $? -ne 1 ] ; then fail ; fi