commit | a4874d4d368b23088f414127550dea866955041b | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Mon Jul 07 20:07:06 2025 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Mon Jul 07 20:07:06 2025 +0200 |
tree | 783dd1891c3fb45776e2647862c32d80a58ac4c6 | |
parent | bcb06c92c464d0d593334509323caacea64e88cf [diff] [blame] |
patch 9.1.1523: tests: test_clipmethod fails in non X11 environment Problem: tests: test_clipmethod fails in non X11 environment Solution: test that $DISPLAY is available related: #17677 Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index ba10341..0ae7983 100644 --- a/src/version.c +++ b/src/version.c
@@ -720,6 +720,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1523, +/**/ 1522, /**/ 1521,