X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=inline;f=tests%2Fbugs%2Ft-test.sh;h=6386ac2c9980f9db54c0f0eb4bfa6cb3ad362972;hb=70cbb925c6d8f705faa48c9167640e9fd1416ea8;hp=d2c92ecce83ce79bbf1ad39a18178da29897d7db;hpb=65a4e29574b67921ea899b6a1d45806dca11db00;p=pspp-builds.git diff --git a/tests/bugs/t-test.sh b/tests/bugs/t-test.sh index d2c92ecc..6386ac2c 100755 --- a/tests/bugs/t-test.sh +++ b/tests/bugs/t-test.sh @@ -73,7 +73,7 @@ if [ $? -ne 0 ] ; then no_result ; fi #The syntax was invalid. Therefore pspp must return non zero. activity="run program" -$SUPERVISOR $PSPP -o raw-ascii $TESTFILE > /dev/null +$SUPERVISOR $PSPP --testing-mode -e /dev/null $TESTFILE if [ $? -ne 1 ] ; then fail ; fi pass;