summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2024-04-14 23:14:50 +0200
committerChristian Brabandt <cb@256bit.org>2024-04-14 23:15:05 +0200
commit0d87e3c711b46be67cf8f014cc0bca21431599c0 (patch)
tree3784d4030f22a0166d48f9e4419c604adbd32dbf /src/version.c
parentc9df1fb35a1866901c32df37dd39c8b39dbdb64a (diff)
patch 9.1.0328: CI fails with t_?? testv9.1.0328
Problem: CI fails with t_?? test Solution: use assert_match instead of assert_equal and test only until t_xo, depending on system there may be several more termcap codes coming Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 55bf819b51..957475dfe8 100644
--- a/src/version.c
+++ b/src/version.c
@@ -705,6 +705,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 328,
+/**/
327,
/**/
326,