diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-05-27 22:21:44 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-05-27 22:21:44 +0200 |
commit | 72fcf07b0639b49be3305de141d777baa9c965a0 (patch) | |
tree | 494c0feedf260e6e28944677ce00e13503dc065d /src/testdir/Make_vms.mms | |
parent | 7833dab73c658e65f38553af89fd60c57a11ef49 (diff) | |
download | vim-git-72fcf07b0639b49be3305de141d777baa9c965a0.tar.gz |
patch 8.1.1412: test 30 is old stylev8.1.1412
Problem: Test 30 is old style.
Solution: Turn it into a new style test. (Yegappan Lakshmanan, closes #4440)
Diffstat (limited to 'src/testdir/Make_vms.mms')
-rw-r--r-- | src/testdir/Make_vms.mms | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/testdir/Make_vms.mms b/src/testdir/Make_vms.mms index 9a6d2d7e7..09d0692f8 100644 --- a/src/testdir/Make_vms.mms +++ b/src/testdir/Make_vms.mms @@ -74,7 +74,7 @@ VIMPROG = <->vim.exe .SUFFIXES : .out .in SCRIPT = test1.out test3.out \ - test30.out test39.out \ + test39.out \ test42.out test44.out test48.out test49.out \ test64.out test69.out \ test72.out test77a.out test88.out \ @@ -83,8 +83,6 @@ SCRIPT = test1.out test3.out \ # Known problems: # -# test30: bug, most probably - a problem around mac format -# # test59: Failed/Hangs - VMS does not support spell files (file names # with too many dots). # |