X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fbugs%2Flist-overflow.sh;h=296952ce01724a294fe8842782b09c125bc44082;hb=41ba7141cfc3af541ef00ecc0d4c1325f7579c0f;hp=e89ecadf81d1030ba1d1268f2a817d1ecd52a012;hpb=393668423c1c9456fd82db6b30f25de078915da5;p=pspp diff --git a/tests/bugs/list-overflow.sh b/tests/bugs/list-overflow.sh index e89ecadf81..296952ce01 100755 --- a/tests/bugs/list-overflow.sh +++ b/tests/bugs/list-overflow.sh @@ -78,7 +78,7 @@ if [ $? -ne 0 ] ; then no_result ; fi activity="run program" -$SUPERVISOR $PSPP --testing-mode $TESTFILE +$SUPERVISOR $PSPP -o pspp.csv $TESTFILE if [ $? -ne 0 ] ; then fail ; fi pass;