X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=tests%2Fzgrep-f;h=a8eb746f692d7f9c0816f5fff5eb1e12130cdc74;hb=617a2126636a37d66d07aecf70875d30cd4391f9;hp=c494706e2a8d9b1f3f083e20f0aa5b0023336024;hpb=6f6a3d158959b5b3dc1f067f89c21e5303b91ba4;p=debian%2Fgzip diff --git a/tests/zgrep-f b/tests/zgrep-f old mode 100644 new mode 100755 index c494706..a8eb746 --- a/tests/zgrep-f +++ b/tests/zgrep-f @@ -2,7 +2,7 @@ # Ensure that zgrep -f - works like grep -f - # Before gzip-1.4, it would fail. -# Copyright (C) 2009-2012 Free Software Foundation, Inc. +# Copyright (C) 2009-2016 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 @@ -20,8 +20,6 @@ . "${srcdir=.}/init.sh"; path_prepend_ .. -require_POSIX_grep_ - echo needle > n || framework_failure_ echo needle > haystack || framework_failure_ gzip haystack || framework_failure_