Greatly simplify PSPP configuration.
[pspp-builds.git] / tests / formats / float-format.sh
index 2a6b608740e1e248895056a043513f0bcdf3614d..dee97909567b6bfcfd424dc9c673f8fea89dff56 100755 (executable)
@@ -149,7 +149,7 @@ EOF
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="run program"
-$SUPERVISOR $PSPP --testing-mode $TEMPDIR/float-format.pspp
+$SUPERVISOR $PSPP --testing-mode -o pspp.csv $TEMPDIR/float-format.pspp
 if [ $? -ne 0 ] ; then fail ; fi
 
 pass