mirror of
https://github.com/lunarmodules/luasocket.git
synced 2024-11-08 06:18:21 +01:00
Removed os.exit from test.
This commit is contained in:
parent
3cd10f5ab6
commit
c893c7abfb
@ -553,7 +553,6 @@ function test_readafterclose()
|
||||
back, err, partial = data:receive(0)
|
||||
assert(back == nil and err == "closed", "should have returned 'closed'")
|
||||
print("ok")
|
||||
os.exit()
|
||||
end
|
||||
|
||||
test("method registration")
|
||||
|
Loading…
Reference in New Issue
Block a user