@@ -75,21 +75,13 @@ VIMPROG = <->vim.exe
7575
7676SCRIPT = test1.out test3.out \
7777 test14.out test15.out \
78- test19.out test20.out \
79- test28.out test29.out test30.out test32.out \
80- test36.out test37.out \
81- test38.out test39.out test40.out test42.out \
82- test44.out test45.out \
83- test48.out test49.out \
84- test55.out \
85- test64.out \
86- test66.out test68.out test69.out \
87- test72.out \
88- test77a.out test79.out \
89- test88.out \
90- test94.out \
91- test95.out test99.out \
92- test108.out\
78+ test29.out test30.out \
79+ test36.out test37.out test39.out \
80+ test40.out test42.out test44.out test45.out \
81+ test48.out test49.out test55.out \
82+ test64.out test68.out test69.out \
83+ test72.out test77a.out test88.out \
84+ test94.out test95.out test99.out test108.out\
9385 test_autocmd_option.out \
9486 test_breakindent.out \
9587 test_changelist.out \
@@ -110,10 +102,6 @@ SCRIPT = test1.out test3.out \
110102#
111103# test30: bug, most probably - a problem around mac format
112104#
113- # test32: VMS is not case sensitive and all filenames are lowercase within Vim
114- # (this should be changed in order to preserve the original filename) - should
115- # be fixed. VMS allows just one dot in the filename
116- #
117105# test59: Failed/Hangs - VMS does not support spell files (file names
118106# with too many dots).
119107#
@@ -131,7 +119,7 @@ GUI_OPTION = -g
131119.ENDIF
132120
133121.IFDEF WANT_UNIX
134- SCRIPT_UNIX = test10.out test12.out test17.out test25.out test27.out test49.out test73.out
122+ SCRIPT_UNIX = test10.out test12.out test17.out test27.out test49.out test73.out
135123.ENDIF
136124
137125.IFDEF WANT_WIN
0 commit comments