Skip to content

Commit c1ed5e6

Browse files
committed
Merge branch 'cb/maint-t5541-make-server-port-portable' into maint
* cb/maint-t5541-make-server-port-portable: t5541: check error message against the real port number used
2 parents ef55bd7 + d202a51 commit c1ed5e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t5541-http-push.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ cat >exp <<EOF
106106
remote: error: hook declined to update refs/heads/dev2
107107
To http://127.0.0.1:$LIB_HTTPD_PORT/smart/test_repo.git
108108
! [remote rejected] dev2 -> dev2 (hook declined)
109-
error: failed to push some refs to 'http://127.0.0.1:5541/smart/test_repo.git'
109+
error: failed to push some refs to 'http://127.0.0.1:$LIB_HTTPD_PORT/smart/test_repo.git'
110110
EOF
111111

112112
test_expect_success 'rejected update prints status' '

0 commit comments

Comments
 (0)