author | Bert Wesarg <bert.wesarg@googlemail.com> | |
Wed, 18 Nov 2009 16:15:19 +0000 (17:15 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 7 Mar 2010 19:05:18 +0000 (11:05 -0800) | ||
commit | 5565f47c4054e9a1abfad8c4a754e9a6224dc591 | |
tree | d3f70dee65edfdc77e947bb63b9502848e7cb44c | tree | snapshot |
parent | 5d005922bc781c1f6ec9ae0af466f308a7576612 | commit | diff |
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>
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 | diff | blob | history |