mirror of
https://github.com/neovim/neovim.git
synced 2025-10-09 19:36:40 +00:00
vim-patch:8.1.0146: when $LANG is set the compiler test may fail (#9238)
Problem: When $LANG is set the compiler test may fail.
Solution: Unset $LANG.
f0447e89a5
This commit is contained in:

committed by
Justin M. Keyes

parent
3295083d5a
commit
d81b9d5ec5
@@ -5,6 +5,11 @@ func Test_compiler()
|
||||
return
|
||||
endif
|
||||
|
||||
" $LANG changes the output of Perl.
|
||||
if $LANG != ''
|
||||
unlet $LANG
|
||||
endif
|
||||
|
||||
e Xfoo.pl
|
||||
compiler perl
|
||||
call assert_equal('perl', b:current_compiler)
|
||||
|
Reference in New Issue
Block a user