aboutsummaryrefslogtreecommitdiff
path: root/t/t5541-http-push.sh
diff options
context:
space:
mode:
authorChristopher Tiwald <christiwald@gmail.com>2012-04-12 13:56:28 -0400
committerJunio C Hamano <gitster@pobox.com>2012-04-12 13:48:52 -0700
commit0aff719f489771c5e52259394d011c51317b118f (patch)
tree0c5f5b01f9df49e011ef2845d7ca9c714e7f6672 /t/t5541-http-push.sh
parente339aa92ae2db194a3d5738cb3aee6d8b3bf7b10 (diff)
downloadgit-0aff719f489771c5e52259394d011c51317b118f.tar.gz
git-0aff719f489771c5e52259394d011c51317b118f.tar.xz
Fix httpd tests that broke when non-ff push advice changed
Signed-off-by: Christopher Tiwald <christiwald@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t5541-http-push.sh')
-rwxr-xr-xt/t5541-http-push.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5541-http-push.sh b/t/t5541-http-push.sh
index cc6f08171..57c3e48dd 100755
--- a/t/t5541-http-push.sh
+++ b/t/t5541-http-push.sh
@@ -167,7 +167,7 @@ test_expect_success 'push fails for non-fast-forward refs unmatched by remote he
'
test_expect_success 'push fails for non-fast-forward refs unmatched by remote helper: our output' '
- test_i18ngrep "To prevent you from losing history, non-fast-forward updates were rejected" \
+ test_i18ngrep "Updates were rejected because" \
output
'