(main): When testing mode is enabled, use a built-in output driver
[pspp] / tests / bugs / t-test.sh
index 9fac7dfc8be33dcc76cdc033fcac33105769ae4e..6386ac2c9980f9db54c0f0eb4bfa6cb3ad362972 100755 (executable)
@@ -73,7 +73,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 
 #The syntax was invalid.  Therefore pspp must return non zero.
 activity="run program"
-$SUPERVISOR $PSPP -o raw-ascii -e /dev/null $TESTFILE 
+$SUPERVISOR $PSPP --testing-mode -e /dev/null $TESTFILE 
 if [ $? -ne 1 ] ; then fail ; fi
 
 pass;