test: do not rely on US English tracking-info messages
commit76642ccec813a1cc2ca1bf9539abeb5f17764808
authorJonathan Nieder <jrnieder@gmail.com>
Sat, 14 Apr 2012 04:45:31 +0000 (13 23:45 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sat, 14 Apr 2012 23:16:55 +0000 (14 16:16 -0700)
treeed6bfc6d8e3f3f883bf65b01a19c64de82d1e48d
parentfdec2eb8ebbf995a77e2ab9971565c792b52944a
test: do not rely on US English tracking-info messages

When v1.7.9.2~28^2 (2012-02-02) marked "Your branch is behind" and
friends for translation, it forgot to adjust tests not to check those
messages when tests are being run with git configured to write its
output in another language.

With this patch applied, t2020 and t6040 pass again with
GETTEXT_POISON=YesPlease.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Explained-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t2020-checkout-detach.sh
t/t6040-tracking-info.sh