1
0
forked from aniani/vim

patch 9.0.1297: wrong value for $LC_CTYPE makes the environ test fail

Problem:    Wrong value for $LC_CTYPE makes the environ test fail.
Solution:   Unset $LC_CTYPE when running tests. (closes #11963)
This commit is contained in:
WuerfelDev
2023-02-10 20:49:08 +00:00
committed by Bram Moolenaar
parent 094cf9f4d5
commit 962d916435
2 changed files with 3 additions and 1 deletions

View File

@@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1297,
/**/
1296,
/**/