From: Ben Pfaff Date: Sat, 10 Nov 2007 21:28:04 +0000 (+0000) Subject: Pass -b option to diff to avoid spurious failure of X-Git-Tag: v0.6.0~191 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b31bac73c9affb7843d332807ffe5cef9c5e7cea;p=pspp-builds.git Pass -b option to diff to avoid spurious failure of tests/bugs/compression.sh on od. --- diff --git a/tests/ChangeLog b/tests/ChangeLog index eeee122e..aa1d9e1d 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,8 @@ +2007-11-10 Ben Pfaff + + * bugs/compression.sh: Pass -b option to diff to avoid spurious + failure on od. + 2007-11-08 Ben Pfaff Patch #6256: add support for binary, 360 file formats. Reviewed diff --git a/tests/bugs/compression.sh b/tests/bugs/compression.sh index 138b6ca5..65564064 100755 --- a/tests/bugs/compression.sh +++ b/tests/bugs/compression.sh @@ -81,7 +81,7 @@ dd if=$TEMPDIR/com.sav bs=1 skip=72 count=1 2> /dev/null | od > $TEMPDIR/file if [ $? -ne 0 ] ; then no_result ; fi activity="check compression byte" -diff $TEMPDIR/file - <