* command/sysfile-info.sh: Add "-b -B -w" to diff command line. Fixes
authorBen Pfaff <blp@gnu.org>
Mon, 25 Jul 2005 03:36:39 +0000 (03:36 +0000)
committerBen Pfaff <blp@gnu.org>
Mon, 25 Jul 2005 03:36:39 +0000 (03:36 +0000)
apparent failure under Cygwin.  Thanks to John Darrington
<john@cellform.com.au> for reporting this problem.

tests/ChangeLog
tests/command/sysfile-info.sh

index ce99dd51d8db41eb582ce86fdc40443c22bfc16e..b0fea03e5cf298384c12f67614f1f2642f9f179b 100644 (file)
@@ -1,3 +1,9 @@
+Sun Jul 24 20:35:04 2005  Ben Pfaff  <blp@gnu.org>
+
+       * command/sysfile-info.sh: Add "-b -B -w" to diff command line.
+       Fixes apparent failure under Cygwin.  Thanks to John Darrington
+       <john@cellform.com.au> for reporting this problem.
+
 Mon Jul  4 18:02:44 2005  Ben Pfaff  <blp@gnu.org>
 
        * command/sysfile-info.sh: Don't verify endianness.  Fixes bug
index a5990e913fdede651b15e94c91300f0eb814fd31..8e14c94d0fe411c7eb7a6fae6c1992bde2a2dbe9 100755 (executable)
@@ -74,7 +74,7 @@ egrep -v '^(Created|Endian): ' $TEMPDIR/pspp.list > $TEMPDIR/out-filtered
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="compare output"
-diff $TEMPDIR/out-filtered - << EOF
+diff -b -B -w $TEMPDIR/out-filtered - << EOF
 1.1 DATA LIST.  Reading free-form data from the command file.
 +--------+------+
 |Variable|Format|