patch 8.0.1209: still too many old style tests
Problem: Still too many old style tests.
Solution: Convert a few more tests to new style. (Yegappan Lakshmanan,
closes #2230)
diff --git a/src/testdir/Make_vms.mms b/src/testdir/Make_vms.mms
index efed68f..30b671c 100644
--- a/src/testdir/Make_vms.mms
+++ b/src/testdir/Make_vms.mms
@@ -74,14 +74,13 @@
.SUFFIXES : .out .in
SCRIPT = test1.out test3.out \
- test8.out \
test14.out test15.out \
test19.out test20.out \
test28.out test29.out test30.out test32.out \
- test34.out test36.out test37.out \
+ test36.out test37.out \
test38.out test39.out test40.out test42.out \
test44.out test45.out \
- test48.out test49.out test54.out \
+ test48.out test49.out \
test55.out \
test64.out \
test66.out test68.out test69.out \
@@ -92,7 +91,6 @@
test95.out test99.out \
test108.out\
test_autocmd_option.out \
- test_autoformat_join.out \
test_breakindent.out \
test_changelist.out \
test_close_count.out \