X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fvery-long-strings.sh;h=7c09d8dc533265ef1e868955b518a0031d4dec11;hb=e9599a2f8e86d986fff1518682ba8942bd67d1c0;hp=8180f6bb2b21e727916a25baeea11dc1ed5316bd;hpb=6ba6662c69e868290d1e514ffe65ef447e9263d6;p=pspp-builds.git diff --git a/tests/command/very-long-strings.sh b/tests/command/very-long-strings.sh index 8180f6bb..7c09d8dc 100755 --- a/tests/command/very-long-strings.sh +++ b/tests/command/very-long-strings.sh @@ -192,7 +192,7 @@ EOF # Check that the file read back in has the same data as what we wrote. activity="compare print ($options)" - diff --text -b $TEMPDIR/out.txt $TEMPDIR/data + diff -b $TEMPDIR/out.txt $TEMPDIR/data if [ $? -ne 0 ] ; then fail ; fi