aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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")