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~38^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/0f7050469b7ae9a95ab01880ecd5cf22e6e41dd2?ds=inline;hp=--cc Test grep --and/--or/--not Signed-off-by: Thomas Rast Signed-off-by: Junio C Hamano --- 0f7050469b7ae9a95ab01880ecd5cf22e6e41dd2 diff --git a/t/t7002-grep.sh b/t/t7002-grep.sh index f275af8240..7868af8f18 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 &&