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)
|
||||
assert(back == nil and err == "closed", "should have returned 'closed'")
|
||||
print("ok")
|
||||
os.exit()
|
||||
end
|
||||
|
||||
test("method registration")
|
||||
|
|
Loading…
Add table
Reference in a new issue