Greatly simplify PSPP configuration.
[pspp-builds.git] / tests / command / regression-qr.sh
index 1c4211abd8569123074e9d0adca7d086a783cc70..7cbb81564742f7c3790320975c10ba61e2892b33 100755 (executable)
@@ -1566,7 +1566,7 @@ EOF
 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