t/t{3600,3800,5401}: do not use egrep when grep would do
commit0feb4d1c99ef4188123ff38d702bcbdd483c3702
authorJunio C Hamano <gitster@pobox.com>
Sat, 5 Jan 2008 06:28:13 +0000 (4 22:28 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 5 Jan 2008 08:07:57 +0000 (5 00:07 -0800)
tree51ab8331e425083c03a18304b3a80104f884e4b0
parent90ed6c0576156d356aa35ee79aaf85825f9566f6
t/t{3600,3800,5401}: do not use egrep when grep would do

There is nothing _wrong_ with egrep per se, but this way we
would have less dependency on external tools.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3600-rm.sh
t/t3800-mktag.sh
t/t5401-update-hooks.sh