diff options
author | Clemens Buchacher <drizzd@aon.at> | 2012-02-13 21:17:14 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-02-13 13:25:40 -0800 |
commit | d202a513a4d377d3ea319bb1c5c7ae0548a3b581 (patch) | |
tree | 19ce9a78ad8d53d8a9b67bcd51055a43f3477fe5 /t | |
parent | remote-curl: Fix push status report when all branches fail (diff) | |
download | tgif-d202a513a4d377d3ea319bb1c5c7ae0548a3b581.tar.xz |
t5541: check error message against the real port number used
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>
Diffstat (limited to 't')
-rwxr-xr-x | t/t5541-http-push.sh | 2 |
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' ' |