Greatly simplify PSPP configuration.
[pspp] / tests / command / examine-percentiles.sh
index bf2fcbf95c60d44611dceb53d8c13c1de130db70..9cb0b9593277fd6b605d74f1b7036a50702bf946 100755 (executable)
@@ -88,7 +88,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