tests: don't set status.displayCommentPrefix file-wide
commit1c7969c933c08a1a9d5b6fcd728ed95930b5b5ef
authorMatthieu Moy <Matthieu.Moy@imag.fr>
Fri, 6 Sep 2013 17:43:08 +0000 (6 19:43 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 6 Sep 2013 20:33:18 +0000 (6 13:33 -0700)
tree11e2785ae22401926dcd973c00830d31ebf49ed1
parent2556b9962e7c0353d562b7bf70eed11d8f29d0b0
tests: don't set status.displayCommentPrefix file-wide

The previous commit set status.displayCommentPrefix file-wide in
t7060-wtstatus.sh, t7508-status.sh and t/t7512-status-help.sh to make the
patch small. However, now that status.displayCommentPrefix is not the
default, it is better to disable it in tests so that the most common
situation is also the most tested.

While we're there, move the "cat > expect << EOF" blocks inside the
tests.

Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7060-wtstatus.sh
t/t7508-status.sh
t/t7512-status-help.sh