From: Thomas Rast Date: Sat, 27 Jun 2009 18:47:44 +0000 (+0200) Subject: Test grep --and/--or/--not X-Git-Tag: v1.6.4-rc0~10^2~10 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0f7050469b7ae9a95ab01880ecd5cf22e6e41dd2;p=git.git Test grep --and/--or/--not Signed-off-by: Thomas Rast Signed-off-by: Junio C Hamano --- diff --git a/t/t7002-grep.sh b/t/t7002-grep.sh index f275af824..7868af8f1 100755 --- a/t/t7002-grep.sh +++ b/t/t7002-grep.sh @@ -125,6 +125,36 @@ do done +cat >expected <actual && + test_cmp expected actual +' + +cat >expected <actual && + test_cmp expected actual +' + +cat >expected <actual && + test_cmp expected actual +' + test_expect_success 'log grep setup' ' echo a >>file && test_tick &&