mirror of
https://github.com/EngineerSmith/nativefs.git
synced 2025-11-08 23:15:02 +00:00
cleanup
This commit is contained in:
@@ -216,7 +216,7 @@ function test_File_open()
|
||||
equals(f:isOpen(), true)
|
||||
equals(f:getMode(), 'r')
|
||||
|
||||
hasFailed('File is already open', f:open())
|
||||
hasFailed('File ' .. testFile1 .. ' is already open', f:open())
|
||||
equals(f:getMode(), 'r')
|
||||
|
||||
notFailed(f:close())
|
||||
|
||||
Reference in New Issue
Block a user