Removed the '--text' argument to diff, which is non-portable and unnecessary.
authorJohn Darrington <john@darrington.wattle.id.au>
Tue, 20 May 2008 01:36:09 +0000 (01:36 +0000)
committerJohn Darrington <john@darrington.wattle.id.au>
Tue, 20 May 2008 01:36:09 +0000 (01:36 +0000)
tests/command/very-long-strings.sh

index 8180f6bb2b21e727916a25baeea11dc1ed5316bd..7c09d8dc533265ef1e868955b518a0031d4dec11 100755 (executable)
@@ -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