summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-07-29 16:08:21 +0200
committerBram Moolenaar <Bram@vim.org>2020-07-29 16:08:21 +0200
commitb61ef01cce2afd70fbfa2805336a26643109dfb7 (patch)
tree37840aa086c90f9cf2ef458b4cba2b139c3dcc7c /src/Makefile
parent45df2a01a79d562b59949383f79625bb8bd89a69 (diff)
patch 8.2.1316: test 42 is still old stylev8.2.1316
Problem: Test 42 is still old style. Solution: Turn it into a new style test. (Yegappan Lakshmanan, closes #6561)
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index bbf80d3263..d34a60891b 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2310,7 +2310,7 @@ test_libvterm:
# Run individual OLD style test.
# These do not depend on the executable, compile it when needed.
-test1 test42 test49 test59:
+test1 test49 test59:
cd testdir; rm -f $@.out; $(MAKE) -f Makefile $@.out VIMPROG=../$(VIMTESTTARGET) $(GUI_TESTARG) SCRIPTSOURCE=../$(SCRIPTSOURCE)
# Run individual NEW style test.