checkout: check for "Previous HEAD" notice in t2020
commit83933c9832af91a71337e429a6251f1a3b6d6f60
authorRené Scharfe <rene.scharfe@lsrfire.ath.cx>
Sat, 1 Oct 2011 15:38:34 +0000 (1 17:38 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 3 Oct 2011 18:02:25 +0000 (3 11:02 -0700)
tree3790df6585ede74fb27d3c28281adbd4a8225d10
parentf696543dad6c7ba27b0c4fab167a5687263a9ba0
checkout: check for "Previous HEAD" notice in t2020

If we leave a detached head, exactly one of two things happens: either
checkout warns about it being an orphan or describes it as a courtesy.
Test t2020 already checked that the warning is shown as needed.  This
patch also checks for the description.

Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t2020-checkout-detach.sh