X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fvery-long-strings.sh;h=d6c8042047414457e6c300a67144a8087839ebb1;hb=123d16d68da74c02aca66ba3896e5ec2d33efbc0;hp=7489915e91ad41bb6f505d23db50dde9faac4464;hpb=ffcce720ea84f37862f8d61e1dc0fa603994bf63;p=pspp diff --git a/tests/command/very-long-strings.sh b/tests/command/very-long-strings.sh index 7489915e91..d6c8042047 100755 --- a/tests/command/very-long-strings.sh +++ b/tests/command/very-long-strings.sh @@ -71,7 +71,7 @@ EOF if [ $? -ne 0 ] ; then no_result ; fi activity="run program 0" -$SUPERVISOR $PSPP --testing-mode -o raw-ascii -e /dev/null $TESTFILE +$SUPERVISOR $PSPP --testing-mode -e /dev/null $TESTFILE if [ $? -ne 0 ] ; then fail ; fi activity="compare variable display 0" @@ -162,7 +162,7 @@ EOF activity="run program 1 ($options)" - $SUPERVISOR $PSPP --testing-mode -o raw-ascii $TESTFILE + $SUPERVISOR $PSPP --testing-mode $TESTFILE if [ $? -ne 0 ] ; then no_result ; fi activity="Create file2 ($options)" @@ -183,7 +183,7 @@ EOF if [ $? -ne 0 ] ; then no_result ; fi activity="run program 2 ($options)" - $SUPERVISOR $PSPP --testing-mode -o raw-ascii $TESTFILE + $SUPERVISOR $PSPP --testing-mode $TESTFILE if [ $? -ne 0 ] ; then no_result ; fi