(main): When testing mode is enabled, use a built-in output driver
[pspp] / tests / command / print-strings.sh
index 383d0e7248bb2cff5f619090527844f977c59c68..114794f278654d4da43da71a03d39aa6e519fc02 100755 (executable)
@@ -77,7 +77,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 
 
 activity="run program"
-$SUPERVISOR $PSPP --testing-mode -o raw-ascii $TESTFILE
+$SUPERVISOR $PSPP --testing-mode $TESTFILE
 if [ $? -ne 0 ] ; then no_result ; fi