diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-01-17 18:49:57 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-01-17 18:49:57 +0100 |
commit | 42c9cfa7f4d2f176234e385573ff2fb1f61915e5 (patch) | |
tree | a5376a7fe453db6a983cbb80fb432ae86fc71e8b /src/testdir/Make_vms.mms | |
parent | 08b270a8a4544be9a7fecce311834fde2b457634 (diff) | |
download | vim-git-42c9cfa7f4d2f176234e385573ff2fb1f61915e5.tar.gz |
patch 7.4.1122v7.4.1122
Problem: Test 92 and 93 fail when using gvim on a system with a non utf-8
locale.
Solution: Avoid using .gvimrc by adding -U NONE. (Yukihiro Nakadaira)
Diffstat (limited to 'src/testdir/Make_vms.mms')
-rw-r--r-- | src/testdir/Make_vms.mms | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/Make_vms.mms b/src/testdir/Make_vms.mms index 9a93e21a7..17b742994 100644 --- a/src/testdir/Make_vms.mms +++ b/src/testdir/Make_vms.mms @@ -163,7 +163,7 @@ SCRIPT_PYTHON = test86.out test87.out -@ write sys$output " "$*" " -@ write sys$output "-----------------------------------------------" -@ !run the test - -@ create/term/wait/nodetach mcr $(VIMPROG) $(GUI_OPTION) -u vms.vim --noplugin -s dotest.in $*.in + -@ create/term/wait/nodetach mcr $(VIMPROG) $(GUI_OPTION) -u vms.vim -U NONE --noplugin -s dotest.in $*.in -@ !analyse the result -@ directory /size/date test.out -@ if "''F$SEARCH("test.out.*")'" .NES. "" then rename/nolog test.out $*.out |