mirror of
https://github.com/lunarmodules/luasocket.git
synced 2024-12-26 12:28: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)
|
back, err, partial = data:receive(0)
|
||||||
assert(back == nil and err == "closed", "should have returned 'closed'")
|
assert(back == nil and err == "closed", "should have returned 'closed'")
|
||||||
print("ok")
|
print("ok")
|
||||||
os.exit()
|
|
||||||
end
|
end
|
||||||
|
|
||||||
test("method registration")
|
test("method registration")
|
||||||
|
Loading…
Reference in New Issue
Block a user