X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fbugs%2Fagg_crash.sh;h=cc0bad23ce5537964d7eb45e2f22364191b87bc2;hb=4dc92d7d1ff3368b21a6cac5a4a41fcd4bb81ce4;hp=ec202db769a6b01fc1b7898585d66d75cd3281dc;hpb=65a4e29574b67921ea899b6a1d45806dca11db00;p=pspp-builds.git diff --git a/tests/bugs/agg_crash.sh b/tests/bugs/agg_crash.sh index ec202db7..cc0bad23 100755 --- a/tests/bugs/agg_crash.sh +++ b/tests/bugs/agg_crash.sh @@ -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