# # # patch "tests/user_commands/extra_rc" # from [1e58ce6b19be84c482c42c1b286a6918813f0431] # to [7a46f41a2aefec5e01d16e1251c7939b23ba8648] # ============================================================ --- tests/user_commands/extra_rc 1e58ce6b19be84c482c42c1b286a6918813f0431 +++ tests/user_commands/extra_rc 7a46f41a2aefec5e01d16e1251c7939b23ba8648 @@ -8,9 +8,9 @@ function check_head(...) arghead = unpack(arg) heads = heads:gsub("^%s*(.-)%s*$", "%1") -- trim leading and trailing whitespace if (heads == arghead) then - io.stdout:write("heads are equal\n") + io.write("heads are equal\n") end - io.stdout:write("end of command\n") + io.write("end of command\n") end