diff options
Diffstat (limited to 'test/utestclnt.lua')
| -rw-r--r-- | test/utestclnt.lua | 2 |
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") |
| 14 | socket.sleep(3) | 14 | socket.sleep(3) |
| 15 | os.exit() | 15 | os.exit(1) |
| 16 | end | 16 | end |
| 17 | 17 | ||
| 18 | function warn(...) | 18 | function warn(...) |
