X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fbugs%2Fif_crash.sh;h=ef059e955b3ab56c3310bbef03a9a74e6d448b7c;hb=3b3131d18a2dc8ad24d53d3a9502ed7a0096f858;hp=4e414eb1642dac15ef211ad96029cff67631b3e1;hpb=65a4e29574b67921ea899b6a1d45806dca11db00;p=pspp-builds.git diff --git a/tests/bugs/if_crash.sh b/tests/bugs/if_crash.sh index 4e414eb1..ef059e95 100755 --- a/tests/bugs/if_crash.sh +++ b/tests/bugs/if_crash.sh @@ -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 $TESTFILE > /dev/null +$SUPERVISOR $PSPP -e /dev/null $TESTFILE if [ $? -ne 1 ] ; then fail ; fi