Kouhei Sutou
null+****@clear*****
Wed Jan 4 22:48:44 JST 2017
Kouhei Sutou 2017-01-04 22:48:44 +0900 (Wed, 04 Jan 2017) New Revision: a4d52bd0bb132881042086fedec7d81581aa9ad4 https://github.com/pgroonga/pgroonga/commit/a4d52bd0bb132881042086fedec7d81581aa9ad4 Message: test: use no locale for stable output Modified files: test/helpers/sandbox.rb Modified: test/helpers/sandbox.rb (+3 -1) =================================================================== --- test/helpers/sandbox.rb 2017-01-04 22:13:54 +0900 (c32695f) +++ test/helpers/sandbox.rb 2017-01-04 22:48:44 +0900 (d35640e) @@ -23,7 +23,9 @@ module Helpers end def spawn_process(*args) - env = {} + env = { + "LC_ALL" => "C", + } output_read, output_write = IO.pipe error_read, error_write = IO.pipe options = { -------------- next part -------------- HTML����������������������������...Download