Greatly simplify PSPP configuration.
[pspp-builds.git] / tests / bugs / curtailed.sh
index 26de22b2390a61b4eb0ddae36ea429bf344582dc..624f5a5ba69da7f8fade089dc597ee68be2a8bb6 100755 (executable)
@@ -74,7 +74,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 
 #This must fail
 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