diff src/testdir/Make_vms.mms @ 11551:7798e9bcdb13 v8.0.0658

patch 8.0.0658: spell test is old style commit https://github.com/vim/vim/commit/d2c061d24c0534f1f1b92f3462ed6ae8fa848a9a Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 22 21:42:49 2017 +0200 patch 8.0.0658: spell test is old style Problem: Spell test is old style. Solution: Turn the spell test into a new style test (pschuh, closes https://github.com/vim/vim/issues/1778)
author Christian Brabandt <cb@256bit.org>
date Thu, 22 Jun 2017 21:45:04 +0200
parents 5be73ebf6a15
children 4e66689bced6
line wrap: on
line diff
--- a/src/testdir/Make_vms.mms
+++ b/src/testdir/Make_vms.mms
@@ -123,7 +123,7 @@ SCRIPT = test1.out  test3.out  test4.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