(main): When testing mode is enabled, use a built-in output driver
[pspp] / tests / command / list.sh
index a11ea78dd665719608844cea402596b778083856..ab95a0b35f5f2cc78db557ab418ee6dd64c77b68 100755 (executable)
@@ -74,7 +74,7 @@ EOF
 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