From c893c7abfb8edbb5124909ac25e36cf089419dd2 Mon Sep 17 00:00:00 2001 From: Diego Nehab Date: Mon, 11 Jun 2007 23:52:48 +0000 Subject: [PATCH] Removed os.exit from test. --- test/testclnt.lua | 1 - 1 file changed, 1 deletion(-) 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() back, err, partial = data:receive(0) assert(back == nil and err == "closed", "should have returned 'closed'") print("ok") -os.exit() end test("method registration")