X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fbugs%2Finput-crash.sh;h=2336c867e5b5ef1fb1a34e7cafdcc946cb6a69c3;hb=aed0d6941f474ebd12224d8092bb0e6da64081c6;hp=03dd961cd922bd1914eed37c94d0567ee4644a71;hpb=65a4e29574b67921ea899b6a1d45806dca11db00;p=pspp-builds.git diff --git a/tests/bugs/input-crash.sh b/tests/bugs/input-crash.sh index 03dd961c..2336c867 100755 --- a/tests/bugs/input-crash.sh +++ b/tests/bugs/input-crash.sh @@ -73,7 +73,7 @@ if [ $? -ne 0 ] ; then no_result ; fi # The above syntax is invalid, so this program should fail to parse activity="run program" -$SUPERVISOR $PSPP --testing-mode -o raw-ascii $TESTFILE > /dev/null +$SUPERVISOR $PSPP --testing-mode -o raw-ascii -e /dev/null $TESTFILE if [ $? -ne 1 ] ; then fail ; fi