components/gzip/patches/zgrep-f.patch
author Danek Duvall <danek.duvall@oracle.com>
Fri, 29 Jun 2012 21:49:03 -0700
changeset 904 114a5240af22
parent 755 e7d0aed114ef
permissions -rw-r--r--
7179129 "zfs create" should be able to complete parent datasets 7180931 sync zsh completion functions with build 20

--- gzip-1.4/tests/zgrep-f.orig	2012-03-29 11:21:18.457617592 -0700
+++ gzip-1.4/tests/zgrep-f	2012-03-29 11:21:56.078983515 -0700
@@ -32,7 +32,7 @@
 
 
 fail=0
-zgrep -f - haystack.gz < n > out 2>&1 || fail=1
+zgrep --__bindir /usr/gnu/bin -f - haystack.gz < n > out 2>&1 || fail=1
 
 compare out n || fail=1