We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f74256 commit d955ad3Copy full SHA for d955ad3
1 file changed
test/files.lua
@@ -462,7 +462,7 @@ do -- testing closing file in line iteration
462
463
end
464
465
-
+if not _port then
466
do print("testing flush")
467
local f = io.output("/dev/null")
468
assert(f:write("abcd")) -- write to buffer
@@ -478,7 +478,7 @@ do print("testing flush")
478
assert(not io.flush()) -- cannot write to device
479
assert(f:close())
480
481
+end
482
483
-- test for multiple arguments in 'lines'
484
io.output(file); io.write"0123456789\n":close()
0 commit comments