On May 26, 2011, at 5:50 PM, MichaÅ Kiedrowicz wrote: > test_expect_success 'grep -E -F -G pattern' ' > echo ab:aab >expected && > - git grep -E -F -G a\\+b >actual && > + git grep -E -F -G "aa*b" ab >actual && > test_cmp expected actual > ' Wouldn't this also pass if -E was active instead of -G? That's why I mentioned using a literal + in the pattern so that what -G and what -E would match would be different. ~~ Brian -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html