Removed the '--text' argument to diff, which is non-portable and unnecessary.
[pspp-builds.git] / 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