summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClemens Buchacher <drizzd@aon.at>2012-02-13 21:17:14 +0100
committerJunio C Hamano <gitster@pobox.com>2012-02-13 13:25:40 -0800
commitd202a513a4d377d3ea319bb1c5c7ae0548a3b581 (patch)
tree19ce9a78ad8d53d8a9b67bcd51055a43f3477fe5
parent5238cbf65638d7a097bdb5ca8226f5acbe31f143 (diff)
downloadgit-cb/maint-t5541-make-server-port-portable.tar.gz
t5541: check error message against the real port number usedcb/maint-t5541-make-server-port-portable
Otherwise the test cannot be run with custom port set to LIB_HTTPD_PORT. Signed-off-by: Clemens Buchacher <drizzd@aon.at> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-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 b8f4c2ac3c..da0b702639 100755
--- a/t/t5541-http-push.sh
+++ b/t/t5541-http-push.sh
@@ -105,7 +105,7 @@ cat >exp <<EOF
remote: error: hook declined to update refs/heads/dev2
To http://127.0.0.1:$LIB_HTTPD_PORT/smart/test_repo.git
! [remote rejected] dev2 -> dev2 (hook declined)
-error: failed to push some refs to 'http://127.0.0.1:5541/smart/test_repo.git'
+error: failed to push some refs to 'http://127.0.0.1:$LIB_HTTPD_PORT/smart/test_repo.git'
EOF
test_expect_success 'rejected update prints status' '