diff options
-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") |