summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_vms.mms
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-06-22 21:42:49 +0200
committerBram Moolenaar <Bram@vim.org>2017-06-22 21:42:49 +0200
commitd2c061d24c0534f1f1b92f3462ed6ae8fa848a9a (patch)
tree31b5b62628e02de34418545d07b5ac7143a17660 /src/testdir/Make_vms.mms
parent6a8958db259d4444da6e6956e54a6513c1af8860 (diff)
patch 8.0.0658: spell test is old stylev8.0.0658
Problem: Spell test is old style. Solution: Turn the spell test into a new style test (pschuh, closes #1778)
Diffstat (limited to 'src/testdir/Make_vms.mms')
-rw-r--r--src/testdir/Make_vms.mms4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testdir/Make_vms.mms b/src/testdir/Make_vms.mms
index b0c26aa8e0..3392f07c24 100644
--- a/src/testdir/Make_vms.mms
+++ b/src/testdir/Make_vms.mms
@@ -123,7 +123,7 @@ SCRIPT = test1.out test3.out test4.out test5.out \
# (this should be changed in order to preserve the original filename) - should
# be fixed. VMS allows just one dot in the filename
#
-# test58, test59: Failed/Hangs - VMS does not support spell files (file names
+# test59: Failed/Hangs - VMS does not support spell files (file names
# with too many dots).
#
# test72: bug - Vim hangs at :rename (while rename works well otherwise)
@@ -148,7 +148,7 @@ SCRIPT_WIN = test50.out test52.out
.ENDIF
.IFDEF WANT_SPELL
-SCRIPT_SPELL = test58.out test59.out
+SCRIPT_SPELL = test59.out
.ENDIF
.IFDEF WANT_MZSCH