Greatly simplify PSPP configuration.
[pspp-builds.git] / tests / bugs / val-labs.sh
index 4d57f661e79511acfb522e2ddd2f0590a91814d4..1f07ca6d37adc88cab27c0fbea2b2ab90f6832c1 100755 (executable)
@@ -77,7 +77,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 
 #Invalid syntax --- return value is non zero.
 activity="run program"
-$SUPERVISOR $PSPP --testing-mode -e /dev/null $TESTFILE 
+$SUPERVISOR $PSPP -o pspp.csv -e /dev/null $TESTFILE 
 if [ $? -ne 1 ] ; then fail ; fi
 
 pass;