commit | 223189389a18acf6e074ab0ca1a3bb6a4ec27ef7 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Thu Jun 26 23:04:37 2025 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Thu Jun 26 23:06:23 2025 +0200 |
tree | e2ad42d573df18d65235494dfe7a05da7015aed9 | |
parent | 81f9815831c7b3fc9ea1e0164e27e12f321ff2c3 [diff] [blame] |
patch 9.1.1484: tests: Turkish locale tests fails on Mac Problem: tests: Turkish locale tests fails on Mac (after v9.1.1480) Solution: skip the test Test_pos_percentage_in_turkish_locale() on Mac Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index 3568591..8d6eb47 100644 --- a/src/version.c +++ b/src/version.c
@@ -710,6 +710,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1484, +/**/ 1483, /**/ 1482,