Greatly simplify PSPP configuration.
[pspp-builds.git] / tests / command / regression.sh
index 88b4cd8318db1ba4daece8798460600137e0a2cc..4ff48e51f28bf56928b00f46880910e0eabe2d5b 100755 (executable)
@@ -78,7 +78,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 
 
 activity="run program"
-$SUPERVISOR $PSPP --testing-mode $TESTFILE
+$SUPERVISOR $PSPP -o pspp.csv $TESTFILE
 if [ $? -ne 0 ] ; then no_result ; fi
 
 diff -c $TEMPDIR/pspp.csv - << EOF