patch 8.2.0014: test69 and test95 are old style
Problem: Test69 and test95 are old style.
Solution: Convert to new style tests. (Yegappan Lakshmanan, closes #5365)
diff --git a/src/Makefile b/src/Makefile
index 1a407ac..1c70940 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2255,10 +2255,9 @@
test_eval \
test42 test44 test49 \
test52 test59 \
- test69 \
test70 \
test86 test87 \
- test95 test99:
+ test99:
cd testdir; rm -f $@.out; $(MAKE) -f Makefile $@.out VIMPROG=../$(VIMTESTTARGET) $(GUI_TESTARG) SCRIPTSOURCE=../$(SCRIPTSOURCE)
# Run individual NEW style test.