diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-02-26 17:21:29 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-02-26 17:21:29 +0100 |
commit | fdf447b2863495170ed20b7f99adfe92e4eae3c0 (patch) | |
tree | 11c56a54cbb0ca1c37d4d98859c9f03b9a562316 /src/testdir/Make_vms.mms | |
parent | f13f45d59b1a6ab6681ee3953501f319e6d0128b (diff) | |
download | vim-fdf447b2863495170ed20b7f99adfe92e4eae3c0.zip |
updated for version 7.3.838
Problem: Insufficient testing for mksession.
Solution: Add tests. (mostly by Roland Eggner)
Diffstat (limited to 'src/testdir/Make_vms.mms')
-rw-r--r-- | src/testdir/Make_vms.mms | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testdir/Make_vms.mms b/src/testdir/Make_vms.mms index f19dd5a34..7570a71b0 100644 --- a/src/testdir/Make_vms.mms +++ b/src/testdir/Make_vms.mms @@ -4,7 +4,7 @@ # Authors: Zoltan Arpadffy, <arpadffy@polarhome.com> # Sandor Kopanyi, <sandor.kopanyi@mailbox.hu> # -# Last change: 2013 Feb 20 +# Last change: 2013-02-21 # # This has been tested on VMS 6.2 to 8.3 on DEC Alpha, VAX and IA64. # Edit the lines in the Configuration section below to select. @@ -77,7 +77,7 @@ SCRIPT = test1.out test2.out test3.out test4.out test5.out \ test71.out test72.out test74.out test75.out test76.out \ test77.out test78.out test79.out test80.out test81.out \ test82.out test83.out test84.out test88.out test89.out \ - test90.out test91.out + test90.out test91.out test92.out test93.out # Known problems: # Test 30: a problem around mac format - unknown reason |