summaryrefslogtreecommitdiff
path: root/t/lib-httpd.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/lib-httpd.sh
parente339aa92ae2db194a3d5738cb3aee6d8b3bf7b10 (diff)
downloadgit-0aff719f489771c5e52259394d011c51317b118f.tar.gz
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/lib-httpd.sh')
-rw-r--r--t/lib-httpd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib-httpd.sh b/t/lib-httpd.sh
index f7dc0781d5..094d490893 100644
--- a/t/lib-httpd.sh
+++ b/t/lib-httpd.sh
@@ -160,6 +160,6 @@ test_http_push_nonff() {
'
test_expect_success 'non-fast-forward push shows help message' '
- test_i18ngrep "To prevent you from losing history, non-fast-forward updates were rejected" output
+ test_i18ngrep "Updates were rejected because" output
'
}