From 9a13833eaf24ad9a4fc12c4e8eb52cd1a322d30f Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 25 Jul 2005 03:36:39 +0000 Subject: [PATCH] * command/sysfile-info.sh: Add "-b -B -w" to diff command line. Fixes apparent failure under Cygwin. Thanks to John Darrington for reporting this problem. --- tests/ChangeLog | 6 ++++++ tests/command/sysfile-info.sh | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/tests/ChangeLog b/tests/ChangeLog index ce99dd51..b0fea03e 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,9 @@ +Sun Jul 24 20:35:04 2005 Ben Pfaff + + * command/sysfile-info.sh: Add "-b -B -w" to diff command line. + Fixes apparent failure under Cygwin. Thanks to John Darrington + for reporting this problem. + Mon Jul 4 18:02:44 2005 Ben Pfaff * command/sysfile-info.sh: Don't verify endianness. Fixes bug diff --git a/tests/command/sysfile-info.sh b/tests/command/sysfile-info.sh index a5990e91..8e14c94d 100755 --- a/tests/command/sysfile-info.sh +++ b/tests/command/sysfile-info.sh @@ -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| -- 2.30.2