Greatly simplify PSPP configuration.
[pspp-builds.git] / tests / bugs / temp-freq.sh
index b0c91fd3f6e16a9a61aa1bf091b72cc7d53266a1..2027c0a3a02f1ce7170176aeefb0cf3bb9728aa7 100755 (executable)
@@ -83,7 +83,7 @@ FINISH
 EOF
 if [ $? -ne 0 ] ; then no_result ; fi
 
-$SUPERVISOR $PSPP --testing-mode $TESTFILE
+$SUPERVISOR $PSPP -o pspp.csv $TESTFILE
 if [ $? -ne 0 ] ; then no_result ; fi
 
 diff -c $TEMPDIR/pspp.csv - << EOF