t7810-*.sh: Remove redundant test
commit4ca945389f508b1c204db1eefc9be78d69bae929
authorRamsay Jones <ramsay@ramsay1.demon.co.uk>
Sat, 28 Jul 2012 18:50:49 +0000 (28 19:50 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 30 Jul 2012 01:08:50 +0000 (29 18:08 -0700)
tree46d0f0f1ed76cd6a16cbf3d326c6f93b949a8794
parentd0f1ea6003d97e63110fa7d50bb07f546a909b6e
t7810-*.sh: Remove redundant test

Since commit bbc09c22 ("grep: rip out support for external grep",
12-01-2010), test number 60 ("grep -C1 hunk mark between files") is
essentially the same as test number 59.

Test 59 was intended to verify the behaviour of git-grep resulting
from multiple invocations of an external grep. As part of the test,
it creates and adds 1024 files to the index, which is now wasted
effort.

Remove test 59, since it is now redundant.

Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7810-grep.sh