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/044_099_regexp_multibyte_magic_spec.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'test/functional/legacy/044_099_regexp_multibyte_magic_spec.lua') diff --git a/test/functional/legacy/044_099_regexp_multibyte_magic_spec.lua b/test/functional/legacy/044_099_regexp_multibyte_magic_spec.lua index 58838e9d6e..efe61aa354 100644 --- a/test/functional/legacy/044_099_regexp_multibyte_magic_spec.lua +++ b/test/functional/legacy/044_099_regexp_multibyte_magic_spec.lua @@ -33,7 +33,6 @@ local function run_test_with_regexpengine(regexpengine) j 0123❤x k combinations]]) - execute('set encoding=utf-8') execute('set re=' .. regexpengine) -- Lines 1-8. Exercise regexp search with various magic settings. On each -- cgit