Charles Bailey <charles@xxxxxxxxxxxxx> writes: > @@ -353,7 +353,7 @@ test_expect_success 'grep -l -C' ' > cat >expected <<EOF > file:5 > EOF > -test_expect_success 'grep -l -C' ' > +test_expect_success 'grep -c -C' ' > git grep -c -C1 foo >actual && > test_cmp expected actual > ' Makes sense. The previous one (outside the pre-context) is about running "grep -l -C", but this one is about "grep -c -C". -- 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