From 2b1e8448aee0d326ad5c2f805c27ee4f39b4a447 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Tue, 20 May 2008 01:36:09 +0000 Subject: [PATCH] Removed the '--text' argument to diff, which is non-portable and unnecessary. --- tests/command/very-long-strings.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2