summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_all.mak
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2024-01-23 21:13:58 +0100
committerChristian Brabandt <cb@256bit.org>2024-01-23 21:16:54 +0100
commitcc979b49dcb2392a2c6767d3a7e05a6e07ed7201 (patch)
treeaa6ec70f6f2b1292aeed45e62474ac3d2e7b6b6f /src/testdir/Make_all.mak
parente13b665a6e2a32910ff5c3fec330bef4a10f8f23 (diff)
patch 9.1.0045: --remote-* does not ignore `wilidignore`v9.1.0045
Problem: --remote-silent applies the wildignore option to each argument, which may result in "E479: No match" (hebaronson) Solution: temporarily reset 'wildignore' setting when building the :drop command closes: #13835 Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'src/testdir/Make_all.mak')
-rw-r--r--src/testdir/Make_all.mak2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak
index 1614cf0dc8..8dd04e79e3 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -248,6 +248,7 @@ NEW_TESTS = \
test_regexp_utf8 \
test_registers \
test_reltime \
+ test_remote \
test_rename \
test_restricted \
test_retab \
@@ -492,6 +493,7 @@ NEW_TESTS_RES = \
test_recover.res \
test_regex_char_classes.res \
test_registers.res \
+ test_remote.res \
test_rename.res \
test_restricted.res \
test_retab.res \