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 ca9eba8 + e532a90 commit 0a2e838Copy full SHA for 0a2e838
t/t5551-http-fetch-smart.sh
@@ -199,7 +199,7 @@ test_expect_success 'GIT_SMART_HTTP can disable smart http' '
199
200
test_expect_success 'invalid Content-Type rejected' '
201
test_must_fail git clone $HTTPD_URL/broken_smart/repo.git 2>actual &&
202
- grep "not valid:" actual
+ test_i18ngrep "not valid:" actual
203
'
204
205
test_expect_success 'create namespaced refs' '
@@ -465,7 +465,7 @@ test_expect_success 'GIT_TRACE_CURL_NO_DATA prevents data from being traced' '
465
466
test_expect_success 'server-side error detected' '
467
test_must_fail git clone $HTTPD_URL/error_smart/repo.git 2>actual &&
468
- grep "server-side error" actual
+ test_i18ngrep "server-side error" actual
469
470
471
test_done
0 commit comments