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_openedfilename = fname
|
||||||
m.value_openedfilemode = mode
|
m.value_openedfilemode = mode
|
||||||
return {
|
return {
|
||||||
|
read = function()
|
||||||
|
end,
|
||||||
close = function()
|
close = function()
|
||||||
m.value_closedfile = true
|
m.value_closedfile = true
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user