X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=tests%2Ftrailing-nul;fp=tests%2Ftrailing-nul;h=83805dffbb01d2384e0383ed41fd46fc1a020a67;hb=a2016c1de6e4884f6c8ed5cc498f3bf821c25ca4;hp=08b6c02fea8d63744d7dfcdfd80deb01cae3d958;hpb=c7e61475680fa226bd9b8bdd469cd66914e630f5;p=debian%2Fgzip diff --git a/tests/trailing-nul b/tests/trailing-nul index 08b6c02..83805df 100755 --- a/tests/trailing-nul +++ b/tests/trailing-nul @@ -2,7 +2,7 @@ # gzip accepts trailing NUL bytes; don't fail if there is exactly one. # Before gzip-1.4, this would fail. -# Copyright (C) 2009 Free Software Foundation, Inc. +# Copyright (C) 2009-2010 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 @@ -23,7 +23,8 @@ if test "$VERBOSE" = yes; then gzip --version fi -. $srcdir/tests/test-lib.sh +: ${srcdir=.} +. "$srcdir/tests/init.sh"; path_prepend_ . (echo 0 | gzip; printf '\0') > 0.gz || framework_failure (echo 00 | gzip; printf '\0\0') > 00.gz || framework_failure