From 8ed1b05f86a941d0fe9acc16758eb885847b43e5 Mon Sep 17 00:00:00 2001 From: Diego Nehab Date: Mon, 12 Mar 2001 19:40:29 +0000 Subject: [PATCH] Corrected command line parameter bug... --- test/testclnt.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/test/testclnt.lua b/test/testclnt.lua index ca67761..1efb51d 100644 --- a/test/testclnt.lua +++ b/test/testclnt.lua @@ -8,6 +8,7 @@ ----------------------------------------------------------------------------- -- Read command definitions ----------------------------------------------------------------------------- +HOST = HOST or "localhost" assert(dofile("testcmd.lua")) test_debug_mode()