aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2007-06-11 23:52:48 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2007-06-11 23:52:48 +0000
commitc893c7abfb8edbb5124909ac25e36cf089419dd2 (patch)
tree19809f02ae22358b1f27cc446e66e0757ac96edc
parent3cd10f5ab6cda5c4a8db829dd38f25168edcfc4a (diff)
downloadluasocket-c893c7abfb8edbb5124909ac25e36cf089419dd2.tar.gz
luasocket-c893c7abfb8edbb5124909ac25e36cf089419dd2.tar.bz2
luasocket-c893c7abfb8edbb5124909ac25e36cf089419dd2.zip
Removed os.exit from test.
-rw-r--r--test/testclnt.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/testclnt.lua b/test/testclnt.lua
index 2f4ffad..a7ca1ba 100644
--- a/test/testclnt.lua
+++ b/test/testclnt.lua
@@ -553,7 +553,6 @@ function test_readafterclose()
553 back, err, partial = data:receive(0) 553 back, err, partial = data:receive(0)
554 assert(back == nil and err == "closed", "should have returned 'closed'") 554 assert(back == nil and err == "closed", "should have returned 'closed'")
555 print("ok") 555 print("ok")
556os.exit()
557end 556end
558 557
559test("method registration") 558test("method registration")