From ffff2c9c47e63f1764ca743810a259d607f75104 Mon Sep 17 00:00:00 2001 From: Björn Linse Date: Tue, 30 Jun 2015 11:32:14 +0200 Subject: encoding: Update handling of encoding in tests Always run tests with encoding=utf-8, regardless of user locale Don't set &encoding after startup in tests Helped-By: Michael Reed --- test/functional/legacy/utf8_spec.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'test/functional/legacy/utf8_spec.lua') diff --git a/test/functional/legacy/utf8_spec.lua b/test/functional/legacy/utf8_spec.lua index d26f436057..ef717042d0 100644 --- a/test/functional/legacy/utf8_spec.lua +++ b/test/functional/legacy/utf8_spec.lua @@ -10,7 +10,6 @@ describe('utf8', function() it('is working', function() insert('start:') - execute('set encoding=utf-8') execute('new') execute('call setline(1, ["aaa", "あああ", "bbb"])') -- cgit