aboutsummaryrefslogtreecommitdiff
path: root/test/testsrvr.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/testsrvr.lua')
-rw-r--r--test/testsrvr.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/testsrvr.lua b/test/testsrvr.lua
index 5b842f1..969f95b 100644
--- a/test/testsrvr.lua
+++ b/test/testsrvr.lua
@@ -24,7 +24,6 @@ while 1 do
24 print("server: closing connection...") 24 print("server: closing connection...")
25 break 25 break
26 end 26 end
27 print(command);
28 (loadstring(command))() 27 (loadstring(command))()
29 end 28 end
30end 29end