Greatly simplify PSPP configuration.
[pspp-builds.git] / tests / bugs / examine-1sample.sh
index 49ce086c592d07a44bccf306cef5d20443ff18e7..dd4449d80dbd5ed2f4f67fdb89b9800e6f166833 100755 (executable)
@@ -73,7 +73,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 fail ; fi
 
 pass