From: John Darrington Date: Tue, 20 May 2008 01:36:09 +0000 (+0000) Subject: Removed the '--text' argument to diff, which is non-portable and unnecessary. X-Git-Tag: v0.6.0~7 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b1e8448aee0d326ad5c2f805c27ee4f39b4a447;p=pspp-builds.git Removed the '--text' argument to diff, which is non-portable and unnecessary. --- 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