Greatly simplify PSPP configuration.
[pspp-builds.git] / tests / formats / format-guesser.sh
index 75885a7830c901fc4e0dcaba897cfb8caae28dde..c84860a737920eb090d4ca74f91f93b70836ec30 100755 (executable)
@@ -186,7 +186,7 @@ activity="create syntax file"
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="run program"
-$SUPERVISOR $PSPP --testing-mode \
+$SUPERVISOR $PSPP --testing-mode -o pspp.csv \
         $TEMPDIR/test.stat >$TEMPDIR/test.err 2> $TEMPDIR/test.out
 
 activity="compare output"