X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=tests%2Fzdiff;h=0816bdd20fe1103335fa0dffca19444b0493654f;hb=a2da5976f6dd19d936aff33a9d6ef68cadb88969;hp=cafe600598d9dab88d35580a76124d73d3ed70f0;hpb=c7e61475680fa226bd9b8bdd469cd66914e630f5;p=debian%2Fgzip diff --git a/tests/zdiff b/tests/zdiff index cafe600..0816bdd 100755 --- a/tests/zdiff +++ b/tests/zdiff @@ -2,7 +2,7 @@ # Exercise zdiff with two compressed inputs. # Before gzip-1.4, this would fail. -# Copyright (C) 2009 Free Software Foundation, Inc. +# Copyright (C) 2009-2012 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -18,16 +18,11 @@ # along with this program. If not, see . # limit so don't run it by default. -if test "$VERBOSE" = yes; then - set -x - zdiff --version -fi +. "${srcdir=.}/init.sh"; path_prepend_ .. -. $srcdir/tests/test-lib.sh - -echo a > a || framework_failure -echo b > b || framework_failure -gzip a b || framework_failure +echo a > a || framework_failure_ +echo b > b || framework_failure_ +gzip a b || framework_failure_ cat < exp 1c1 @@ -40,7 +35,7 @@ fail=0 zdiff a.gz b.gz > out 2>&1 test $? = 1 || fail=1 -compare out exp || fail=1 +compare exp out || fail=1 rm -f out # expect success, for equal files