(main): When testing mode is enabled, use a built-in output driver
[pspp] / tests / bugs / if_crash.sh
index ef059e955b3ab56c3310bbef03a9a74e6d448b7c..bda4a73c6c74cbf999e3c6230cf3e48b9144a218 100755 (executable)
@@ -76,7 +76,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 # So this will have a non zero error status.
 # But it shouldn't crash!
 activity="run_program"
-$SUPERVISOR $PSPP -e /dev/null $TESTFILE 
+$SUPERVISOR $PSPP --testing-mode -e /dev/null $TESTFILE 
 if [ $? -ne 1 ] ; then fail ; fi