t7810-grep: bring log --grep tests in common form
commitb327bf74bd631790918d6730404eb97baec267c9
authorMichael J Gruber <git@drmicha.warpmail.net>
Fri, 14 Sep 2012 09:46:39 +0000 (14 11:46 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 16 Sep 2012 06:35:39 +0000 (15 23:35 -0700)
tree37acad98da0619714efee74ec22469da59a812cb
parent07a7d656dd550e24e8b9a1802665aa0abba435ee
t7810-grep: bring log --grep tests in common form

The log --grep tests generate the expected out in different ways.
Make them all use command blocks so that subshells are avoided and the
expected output is easier to grasp visually.

Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7810-grep.sh