We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7868b5d commit f85b503Copy full SHA for f85b503
test/command/test_cat.rb
@@ -87,7 +87,7 @@ def test_cat_secondary_file
87
d = create_driver
88
d.run(expect_records: 1) do
89
Open3.pipeline_w("#{ServerEngine.ruby_bin_path} #{FLUENT_CAT_COMMAND} --port #{@port} --format msgpack secondary") do |stdin|
90
- stdin.write(File.read(path))
+ stdin.write(File.read(path, File.size(path)))
91
stdin.close
92
end
93
0 commit comments