diff options
| author | Junio C Hamano <gitster@pobox.com> | 2022-10-11 10:36:11 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2022-10-11 10:36:11 -0700 |
| commit | 654f5cedbc68f1998e82236987e27213bb858ca0 (patch) | |
| tree | f92a3e60ee9215d814bcd210a22195f561d9a47e | |
| parent | d54f0c5a44d87dfcca0ba4283ab37a9046f400dc (diff) | |
| parent | 7a2d8ea47e8127676adc5dc39fef853aae572e66 (diff) | |
| download | git-654f5cedbc68f1998e82236987e27213bb858ca0.tar.xz | |
Merge branch 'rs/test-httpd-in-C-locale'
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/ |
