Nguyen Thai Ngoc Duy [off-list ref] writes:
2011/5/9 Junio C Hamano [off-list ref]:
quoted
quoted
+test_expect_failure 'colon alone magic can only used alone' '
+ test_must_fail git add -n sub/foo : &&
+ test_must_fail git add -n : sub/foo
+'
I don't care too much about this case (it is a user error), but if you
promise you will turn this expect-failure to expect-success in a follow-up
patch, why not ;-)?
failed tests are (annoying enough) to be fixed, right? :)
Didn't I say it is not my itch already?