diff options
| author | Junio C Hamano <gitster@pobox.com> | 2022-10-25 17:11:35 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2022-10-25 17:11:35 -0700 |
| commit | 4dccc006b07dfad0df27cd62793e22c57b2d82bf (patch) | |
| tree | 62571a352189da08e58ade8623f9efa63ad5dc9d | |
| parent | bcf22f29df87f25582de0ac9274d1567fa16be6f (diff) | |
| parent | 7a2d8ea47e8127676adc5dc39fef853aae572e66 (diff) | |
| download | git-4dccc006b07dfad0df27cd62793e22c57b2d82bf.tar.xz | |
Merge branch 'rs/test-httpd-in-C-locale' into maint-2.38
Force C locale while running tests around httpd to make sure we can
find expected error messages in the log.
* rs/test-httpd-in-C-locale:
t/lib-httpd: pass LANG and LC_ALL to Apache
| -rw-r--r-- | t/lib-httpd/apache.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/lib-httpd/apache.conf b/t/lib-httpd/apache.conf index 497b9b9d92..706799391b 100644 --- a/t/lib-httpd/apache.conf +++ b/t/lib-httpd/apache.conf @@ -80,6 +80,8 @@ PassEnv LSAN_OPTIONS PassEnv GIT_TRACE PassEnv GIT_CONFIG_NOSYSTEM PassEnv GIT_TEST_SIDEBAND_ALL +PassEnv LANG +PassEnv LC_ALL Alias /dumb/ www/ Alias /auth/dumb/ www/auth/dumb/ |
