components/gzip/patches/zgrep-f.patch
branchs11u1-sru
changeset 2443 952b267446eb
parent 2440 d11ed129f81c
child 2444 c9c2ab14fd50
equal deleted inserted replaced
2440:d11ed129f81c 2443:952b267446eb
     1 --- gzip-1.4/tests/zgrep-f.orig	2012-03-29 11:21:18.457617592 -0700
       
     2 +++ gzip-1.4/tests/zgrep-f	2012-03-29 11:21:56.078983515 -0700
       
     3 @@ -32,7 +32,7 @@
       
     4  
       
     5  
       
     6  fail=0
       
     7 -zgrep -f - haystack.gz < n > out 2>&1 || fail=1
       
     8 +zgrep --__bindir /usr/gnu/bin -f - haystack.gz < n > out 2>&1 || fail=1
       
     9  
       
    10  compare out n || fail=1
       
    11