patch 8.2.1316: test 42 is still old style
Problem: Test 42 is still old style.
Solution: Turn it into a new style test. (Yegappan Lakshmanan, closes #6561)
diff --git a/src/Makefile b/src/Makefile
index bbf80d3..d34a608 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2310,7 +2310,7 @@
# 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.