diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2007-06-11 23:52:48 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2007-06-11 23:52:48 +0000 |
commit | c893c7abfb8edbb5124909ac25e36cf089419dd2 (patch) | |
tree | 19809f02ae22358b1f27cc446e66e0757ac96edc | |
parent | 3cd10f5ab6cda5c4a8db829dd38f25168edcfc4a (diff) | |
download | luasocket-c893c7abfb8edbb5124909ac25e36cf089419dd2.tar.gz luasocket-c893c7abfb8edbb5124909ac25e36cf089419dd2.tar.bz2 luasocket-c893c7abfb8edbb5124909ac25e36cf089419dd2.zip |
Removed os.exit from test.
-rw-r--r-- | test/testclnt.lua | 1 |
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") |
556 | os.exit() | ||
557 | end | 556 | end |
558 | 557 | ||
559 | test("method registration") | 558 | test("method registration") |