We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef55bd7 + d202a51 commit c1ed5e6Copy full SHA for c1ed5e6
t/t5541-http-push.sh
@@ -106,7 +106,7 @@ cat >exp <<EOF
106
remote: error: hook declined to update refs/heads/dev2
107
To http://127.0.0.1:$LIB_HTTPD_PORT/smart/test_repo.git
108
! [remote rejected] dev2 -> dev2 (hook declined)
109
-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'
110
EOF
111
112
test_expect_success 'rejected update prints status' '
0 commit comments