(main): When testing mode is enabled, use a built-in output driver
[pspp] / tests / bugs / print-crash.sh
index ba1630f5b69c0d1cee7264dcb2d748b3876107b9..9c1a7677f99f2e078951e5ae533b3061a4f6b51b 100755 (executable)
@@ -68,7 +68,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 
 
 activity="run program"
-$SUPERVISOR $PSPP --testing-mode -o raw-ascii -e /dev/null $TESTFILE 
+$SUPERVISOR $PSPP --testing-mode -e /dev/null $TESTFILE 
 if [ $? -ne 1 ] ; then fail ; fi