From cc2f37b245ec9d77df333b13ddc4f0d2f5510420 Mon Sep 17 00:00:00 2001 From: Kaoru HAYAMA Date: Sun, 8 Jul 2018 17:54:16 +0900 Subject: [PATCH] Add non-test code for file:setvbuf --- t/iolua.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t/iolua.lua b/t/iolua.lua index da453b22..193cd547 100644 --- a/t/iolua.lua +++ b/t/iolua.lua @@ -95,3 +95,5 @@ if rest == "AHAHA\nIHIHI\nUFUFU\n" then else print("NG: read('*a'):["..rest.."]") end + +io.stdout:setvbuf("no")