From 4a6fcf8047de13c7949ab2f27f7774acaec4ae4d Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 12 Oct 2017 21:29:22 +0200 Subject: patch 8.0.1186: still quite a few old style tests Problem: Still quite a few old style tests. Solution: Convert old to new style tests. (Yegappan Lakshmanan) Avoid ringing the bell while running tests. --- src/testdir/Make_vms.mms | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/testdir/Make_vms.mms') diff --git a/src/testdir/Make_vms.mms b/src/testdir/Make_vms.mms index 5d7770d33..efed68f9c 100644 --- a/src/testdir/Make_vms.mms +++ b/src/testdir/Make_vms.mms @@ -73,20 +73,20 @@ VIMPROG = <->vim.exe .SUFFIXES : .out .in -SCRIPT = test1.out test3.out test4.out test5.out \ - test7.out test8.out \ +SCRIPT = test1.out test3.out \ + test8.out \ test14.out test15.out \ test19.out test20.out \ - test28.out test29.out test30.out test31.out test32.out \ + test28.out test29.out test30.out test32.out \ test34.out test36.out test37.out \ test38.out test39.out test40.out test42.out \ test44.out test45.out \ test48.out test49.out test54.out \ - test55.out test60.out \ + test55.out \ test64.out \ test66.out test68.out test69.out \ test72.out \ - test77a.out test78.out test79.out \ + test77a.out test79.out \ test88.out \ test94.out \ test95.out test99.out \ -- cgit v1.2.1