X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fno_case_size.sh;h=9e7921225b9aaab00cac5b1f87228235272bd3d9;hb=aca5e0c21bb5f2cc509ea1fb0ec5ba5be4faaf7d;hp=3d6f2867028a18ef8803ea0fa2bf8269adab2948;hpb=8acca2de53c1852f38726f70fc6516b34732a79f;p=pspp diff --git a/tests/command/no_case_size.sh b/tests/command/no_case_size.sh index 3d6f286702..9e7921225b 100755 --- a/tests/command/no_case_size.sh +++ b/tests/command/no_case_size.sh @@ -68,37 +68,42 @@ if [ $? -ne 0 ] ; then no_result ; fi activity="run program" -$SUPERVISOR $PSPP --testing-mode -o raw-ascii $TESTFILE +$SUPERVISOR $PSPP -o pspp.csv $TESTFILE if [ $? -ne 0 ] ; then no_result ; fi activity="compare output" -perl -pi -e 's/^\s*$//g' pspp.list -diff -b -w pspp.list - <