pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] pspp/tests/command very-long-strings.sh


From: John Darrington
Subject: [Pspp-cvs] pspp/tests/command very-long-strings.sh
Date: Tue, 20 May 2008 01:36:09 +0000

CVSROOT:        /sources/pspp
Module name:    pspp
Changes by:     John Darrington <jmd>   08/05/20 01:36:09

Modified files:
        tests/command  : very-long-strings.sh 

Log message:
        Removed the '--text' argument to diff, which is non-portable and 
unnecessary.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/tests/command/very-long-strings.sh?cvsroot=pspp&r1=1.10&r2=1.11

Patches:
Index: very-long-strings.sh
===================================================================
RCS file: /sources/pspp/pspp/tests/command/very-long-strings.sh,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- very-long-strings.sh        20 May 2008 01:03:23 -0000      1.10
+++ very-long-strings.sh        20 May 2008 01:36:09 -0000      1.11
@@ -192,7 +192,7 @@
 # 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
 
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]