diff options
Diffstat (limited to 't')
-rwxr-xr-x | t/t5541-http-push-smart.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5541-http-push-smart.sh b/t/t5541-http-push-smart.sh index 9c61dccc24..8ca50f8b18 100755 --- a/t/t5541-http-push-smart.sh +++ b/t/t5541-http-push-smart.sh @@ -519,7 +519,7 @@ test_expect_success 'report error server does not provide ref status' ' rev-parse --verify refs/tags/will-fail && cat >expect <<-EOF && To $HTTPD_URL/smart/no_report - ! HEAD:refs/tags/will-fail [remote rejected] (expecting report) + ! HEAD:refs/tags/will-fail [remote failure] (remote failed to report status) Done EOF test_cmp expect actual |