Greatly simplify PSPP configuration.
[pspp-builds.git] / tests / command / get-data-gnm.sh
index cf4e6ca8ec9e9a4d4e4368c3c0179220a4a0d1bb..c6cf630c039c5819d3d60f2c5a4886ad9dd8fb7c 100755 (executable)
@@ -87,7 +87,7 @@ EOF
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="run program 1"
-$SUPERVISOR $PSPP --testing-mode -o raw-ascii $TESTFILE
+$SUPERVISOR $PSPP -o pspp.csv $TESTFILE
 if [ $? -ne 0 ] ; then no_result ; fi
 
 
@@ -197,7 +197,7 @@ EOF
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="run program 2"
-$SUPERVISOR $PSPP --testing-mode -o raw-ascii $TESTFILE > /dev/null
+$SUPERVISOR $PSPP -o pspp.csv $TESTFILE > /dev/null
 if [ $? -ne 0 ] ; then fail ; fi
 
 activity="compare output 2"