comparison src/testdir/Make_vms.mms @ 7645:1529ae1c456a v7.4.1122

commit https://github.com/vim/vim/commit/42c9cfa7f4d2f176234e385573ff2fb1f61915e5 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 17 18:49:57 2016 +0100 patch 7.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)
author Christian Brabandt <cb@256bit.org>
date Sun, 17 Jan 2016 19:00:04 +0100
parents eec1dc8ca160
children 1b6a589a0efc
comparison
equal deleted inserted replaced
7644:db5cd097d9d7 7645:1529ae1c456a
161 -@ write sys$output " " 161 -@ write sys$output " "
162 -@ write sys$output "-----------------------------------------------" 162 -@ write sys$output "-----------------------------------------------"
163 -@ write sys$output " "$*" " 163 -@ write sys$output " "$*" "
164 -@ write sys$output "-----------------------------------------------" 164 -@ write sys$output "-----------------------------------------------"
165 -@ !run the test 165 -@ !run the test
166 -@ create/term/wait/nodetach mcr $(VIMPROG) $(GUI_OPTION) -u vms.vim --noplugin -s dotest.in $*.in 166 -@ create/term/wait/nodetach mcr $(VIMPROG) $(GUI_OPTION) -u vms.vim -U NONE --noplugin -s dotest.in $*.in
167 -@ !analyse the result 167 -@ !analyse the result
168 -@ directory /size/date test.out 168 -@ directory /size/date test.out
169 -@ if "''F$SEARCH("test.out.*")'" .NES. "" then rename/nolog test.out $*.out 169 -@ if "''F$SEARCH("test.out.*")'" .NES. "" then rename/nolog test.out $*.out
170 -@ if "''F$SEARCH("$*.out.*")'" .NES. "" then differences /par $*.out $*.ok; 170 -@ if "''F$SEARCH("$*.out.*")'" .NES. "" then differences /par $*.out $*.ok;
171 -@ !clean up after the test 171 -@ !clean up after the test