Removed os.exit from test.
This commit is contained in:
parent
3cd10f5ab6
commit
c893c7abfb
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue