summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_vms.mms
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-12-14 20:35:01 +0100
committerBram Moolenaar <Bram@vim.org>2019-12-14 20:35:01 +0100
commit3e2d1c8cd61ca073e680f3b221ce887e05ba39cf (patch)
tree36306622622f5927706a1b9effe4a72870b3414e /src/testdir/Make_vms.mms
parent09dd2bb3364cc8fb5a8f2507bc2f4ceba481db3d (diff)
patch 8.2.0008: test72 is old stylev8.2.0008
Problem: Test72 is old style. Solution: Convert to new style test. (Yegappan Lakshmanan, closes #5362)
Diffstat (limited to 'src/testdir/Make_vms.mms')
-rw-r--r--src/testdir/Make_vms.mms3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/testdir/Make_vms.mms b/src/testdir/Make_vms.mms
index e31060bd91..0959c45de9 100644
--- a/src/testdir/Make_vms.mms
+++ b/src/testdir/Make_vms.mms
@@ -76,7 +76,7 @@ VIMPROG = <->vim.exe
SCRIPT = test1.out \
test42.out test44.out test49.out \
test64.out test69.out \
- test72.out test77a.out \
+ test77a.out \
test95.out test99.out \
test_eval.out
@@ -85,7 +85,6 @@ SCRIPT = test1.out \
# 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)
# test78: bug - Vim dies at :recover Xtest
# test89: bug - findfile() does not work on VMS (just in the current directory)
# test102: Just ODS-5 supports space and special chars in the filename.