(main): When testing mode is enabled, use a built-in output driver
[pspp] / tests / bugs / examine-1sample.sh
index 00a6ce29b20e144b9a80a1992a71739503b30a67..8fe628f545d55cf56e1361a46983b8b88b6d47b1 100755 (executable)
@@ -69,7 +69,7 @@ EOF
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="run program"
-$SUPERVISOR $PSPP -o raw-ascii $TESTFILE
+$SUPERVISOR $PSPP --testing-mode $TESTFILE
 if [ $? -ne 0 ] ; then fail ; fi
 
 pass