oops
[pspp-builds.git] / tests / bugs / agg_crash.sh
index ec202db769a6b01fc1b7898585d66d75cd3281dc..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 $TESTFILE > /dev/null
+$SUPERVISOR $PSPP --testing-mode -e /dev/null $TESTFILE 
 if [ $? -ne 1 ] ; then fail ; fi