commit | 962d91643520ec3748fcf5af3263d89ccfcdda92 | [log] [tgz] |
---|---|---|
author | WuerfelDev <dev@wuerfeldev.de> | Fri Feb 10 20:49:08 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 10 20:49:08 2023 +0000 |
tree | 4add2fcda1cd96bf37351e1cc6e1fe8eefb1347b | |
parent | 094cf9f4d588b1c29f4e35c4ccbf8505510569fb [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 4213800..26b4048 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1297, +/**/ 1296, /**/ 1295,