(main): When testing mode is enabled, use a built-in output driver
[pspp-builds.git] / tests / bugs / input-crash.sh
index 2336c867e5b5ef1fb1a34e7cafdcc946cb6a69c3..f67b3d28a4fab8ee8275aa536d805d0d9894237c 100755 (executable)
@@ -73,7 +73,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 
 # The above syntax is invalid, so this program should fail to parse
 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