Fix io.readfile erroring when running tests
This commit is contained in:
parent
8eaecd1278
commit
8046b030d6
@ -232,6 +232,8 @@
|
||||
m.value_openedfilename = fname
|
||||
m.value_openedfilemode = mode
|
||||
return {
|
||||
read = function()
|
||||
end,
|
||||
close = function()
|
||||
m.value_closedfile = true
|
||||
end
|
||||
|
Reference in New Issue
Block a user