comparison src/testdir/Make_vms.mms @ 16821:140bf183f946 v8.1.1412

patch 8.1.1412: test 30 is old style commit https://github.com/vim/vim/commit/72fcf07b0639b49be3305de141d777baa9c965a0 Author: Bram Moolenaar <Bram@vim.org> Date: Mon May 27 22:21:44 2019 +0200 patch 8.1.1412: test 30 is old style Problem: Test 30 is old style. Solution: Turn it into a new style test. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/4440)
author Bram Moolenaar <Bram@vim.org>
date Mon, 27 May 2019 22:30:06 +0200
parents 687ab2b5252b
children d615cc95089c
comparison
equal deleted inserted replaced
16820:5e02daf3e49c 16821:140bf183f946
72 VIMPROG = <->vim.exe 72 VIMPROG = <->vim.exe
73 73
74 .SUFFIXES : .out .in 74 .SUFFIXES : .out .in
75 75
76 SCRIPT = test1.out test3.out \ 76 SCRIPT = test1.out test3.out \
77 test30.out test39.out \ 77 test39.out \
78 test42.out test44.out test48.out test49.out \ 78 test42.out test44.out test48.out test49.out \
79 test64.out test69.out \ 79 test64.out test69.out \
80 test72.out test77a.out test88.out \ 80 test72.out test77a.out test88.out \
81 test94.out test95.out test99.out \ 81 test94.out test95.out test99.out \
82 test_eval.out 82 test_eval.out
83 83
84 # Known problems: 84 # Known problems:
85 #
86 # test30: bug, most probably - a problem around mac format
87 # 85 #
88 # test59: Failed/Hangs - VMS does not support spell files (file names 86 # test59: Failed/Hangs - VMS does not support spell files (file names
89 # with too many dots). 87 # with too many dots).
90 # 88 #
91 # test72: bug - Vim hangs at :rename (while rename works well otherwise) 89 # test72: bug - Vim hangs at :rename (while rename works well otherwise)