On Fri, Jan 07, 2011 at 02:54:17PM -0500, Jeff King wrote:
+test_expect_success 'checkout reports switch to detached HEAD' '
+ grep "Switched to branch" stderr &&
+ ! grep "^HEAD is now at" stderr
Junio, one minor fixup here. The test is correct, but the description
should read "checkout reports switch to branch", not "...detached HEAD".
I had originally written the test the other way and forgot to update the
description when I tweaked it. The error is in my ambiguity test, but
got cut-and-pasted to your vagueness test, too.
-Peff