summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_vms.mms
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-07-11 21:46:28 +0200
committerBram Moolenaar <Bram@vim.org>2017-07-11 21:46:28 +0200
commit292eff0c5aacb8531d65509679b6c29eae8dc22a (patch)
tree25bb79912395e8a0e1c219dfa32283f8bee8081e /src/testdir/Make_vms.mms
parentf1d13478e3a7e1a86d52552c8c5571f00dc28ad1 (diff)
patch 8.0.0708: some tests are old stylev8.0.0708
Problem: Some tests are old style. Solution: Change a few tests from old style to new style. (pschuh, closes #1813)
Diffstat (limited to 'src/testdir/Make_vms.mms')
-rw-r--r--src/testdir/Make_vms.mms11
1 files changed, 4 insertions, 7 deletions
diff --git a/src/testdir/Make_vms.mms b/src/testdir/Make_vms.mms
index 5f124afc27..a85e98df9b 100644
--- a/src/testdir/Make_vms.mms
+++ b/src/testdir/Make_vms.mms
@@ -80,7 +80,6 @@ SCRIPT = test1.out test3.out test4.out test5.out \
test7.out test8.out test9.out \
test14.out test15.out \
test19.out test20.out test22.out \
- test23.out test24.out test26.out \
test28.out test29.out test30.out test31.out test32.out \
test33.out test34.out test36.out test37.out \
test38.out test39.out test40.out test41.out test42.out \
@@ -88,8 +87,8 @@ SCRIPT = test1.out test3.out test4.out test5.out \
test48.out test49.out test51.out test53.out test54.out \
test55.out test56.out test57.out test60.out \
test64.out \
- test66.out test67.out test68.out test69.out \
- test72.out test75.out \
+ test66.out test68.out test69.out \
+ test72.out \
test77a.out test78.out test79.out test80.out \
test84.out test88.out \
test91.out test94.out \
@@ -101,11 +100,9 @@ SCRIPT = test1.out test3.out test4.out test5.out \
test_breakindent.out \
test_changelist.out \
test_close_count.out \
- test_comparators.out \
test_erasebackword.out \
test_eval.out \
test_fixeol.out \
- test_getcwd.out \
test_insertcount.out \
test_listchars.out \
test_listlbr.out \
@@ -131,7 +128,7 @@ SCRIPT = test1.out test3.out test4.out test5.out \
# test83: ?
# test85: no Lua interface
# test89: bug - findfile() does not work on VMS (just in the current directory)
-# test97, test102: Just ODS-5 supports space and special chars in the filename.
+# test102: Just ODS-5 supports space and special chars in the filename.
# On ODS-2 tests fail.
.IFDEF WANT_GUI
@@ -156,7 +153,7 @@ SCRIPT_MZSCH = test70.out
.ENDIF
.IFDEF HAVE_ODS5
-SCRIPT_ODS5 = test97.out test102.out
+SCRIPT_ODS5 = test102.out
.ENDIF
.IFDEF HAVE_GZIP