From 054794c20f6322bbd9482c4124041dc0a140c78e Mon Sep 17 00:00:00 2001 From: Yegappan Lakshmanan Date: Sun, 27 Jun 2021 12:07:49 +0200 Subject: patch 8.2.3061: testing the shell option is incomplete and spread out Problem: Testing the shell option is incomplete and spread out. Solution: Move shell tests to one file and increase coverage. (Yegappan Lakshmanan, closes #8464) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 069d8abaae..f4f5df33b9 100644 --- a/src/version.c +++ b/src/version.c @@ -755,6 +755,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 3061, /**/ 3060, /**/ -- cgit v1.2.3