Removed os.exit from test.

This commit is contained in:
Diego Nehab 2007-06-11 23:52:48 +00:00
parent 3cd10f5ab6
commit c893c7abfb

View File

@ -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")