unset GREP_OPTIONS in test-lib.sh
commit5565f47c4054e9a1abfad8c4a754e9a6224dc591
authorBert Wesarg <bert.wesarg@googlemail.com>
Wed, 18 Nov 2009 16:15:19 +0000 (18 17:15 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 7 Mar 2010 19:05:18 +0000 (7 11:05 -0800)
treed3f70dee65edfdc77e947bb63b9502848e7cb44c
parent5d005922bc781c1f6ec9ae0af466f308a7576612
unset GREP_OPTIONS in test-lib.sh

I used to set GREP_OPTIONS to exclude *.orig and *.rej files. But with this
the test t4252-am-options.sh fails because it calls grep with a .rej file:

    grep "@@ -1,3 +1,3 @@" file-2.rej

Signed-off-by: Bert Wesarg <bert.wesarg@googlemail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/test-lib.sh