(main): When testing mode is enabled, use a built-in output driver
[pspp] / tests / bugs / agg_crash.sh
index 469cde7cf4dec57c7eeb5e4eabd8e131c5eb0de9..cc0bad23ce5537964d7eb45e2f22364191b87bc2 100755 (executable)
@@ -72,7 +72,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