aboutsummaryrefslogtreecommitdiff
path: root/test/utestclnt.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/utestclnt.lua')
-rw-r--r--test/utestclnt.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/utestclnt.lua b/test/utestclnt.lua
index 395260c..7f74f99 100644
--- a/test/utestclnt.lua
+++ b/test/utestclnt.lua
@@ -12,7 +12,7 @@ function fail(...)
12 local s = string.format(...) 12 local s = string.format(...)
13 io.stderr:write("ERROR: ", s, "!\n") 13 io.stderr:write("ERROR: ", s, "!\n")
14socket.sleep(3) 14socket.sleep(3)
15 os.exit() 15 os.exit(1)
16end 16end
17 17
18function warn(...) 18function warn(...)