X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fvery-long-strings.sh;h=7c09d8dc533265ef1e868955b518a0031d4dec11;hb=b62c12a425ab03fd37879e224e29ed53d167f8d4;hp=d50abd9b98cff58e48f5f11f748bef2b73ee0b9d;hpb=74cfe5c070a0810cf43c0981daa53dcea3a8ee3d;p=pspp-builds.git diff --git a/tests/command/very-long-strings.sh b/tests/command/very-long-strings.sh index d50abd9b..7c09d8dc 100755 --- a/tests/command/very-long-strings.sh +++ b/tests/command/very-long-strings.sh @@ -23,6 +23,7 @@ cleanup() echo "NOT cleaning $TEMPDIR" return ; fi + cd / rm -rf $TEMPDIR } @@ -191,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