diff options
| author | copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> | 2026-08-31 22:22:03 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-31 22:22:03 +0000 |
| commit | 69fde6cb9d2259b77ad2b9b3a731c02d8776b6cf (patch) | |
| tree | c58f0e47544718b07486f22e56a10fafdaa022d0 /test/testclnt.lua | |
| parent | fa9b35a0cf11bc856cbd8bffbef5ad6fb3e62a93 (diff) | |
| download | luasocket-copilot/check-testfiles-for-os-exit-issues.tar.gz luasocket-copilot/check-testfiles-for-os-exit-issues.tar.bz2 luasocket-copilot/check-testfiles-for-os-exit-issues.zip | |
Fix test failure exit statusescopilot/check-testfiles-for-os-exit-issues
Co-authored-by: Tieske <1077043+Tieske@users.noreply.github.com>
Diffstat (limited to 'test/testclnt.lua')
| -rw-r--r-- | test/testclnt.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testclnt.lua b/test/testclnt.lua index bbe48bb..ae97204 100644 --- a/test/testclnt.lua +++ b/test/testclnt.lua | |||
| @@ -16,7 +16,7 @@ function fail(...) | |||
| 16 | io.stderr:write("ERROR: ") | 16 | io.stderr:write("ERROR: ") |
| 17 | printf(...) | 17 | printf(...) |
| 18 | io.stderr:write("!\n") | 18 | io.stderr:write("!\n") |
| 19 | os.exit() | 19 | os.exit(1) |
| 20 | end | 20 | end |
| 21 | 21 | ||
| 22 | function warn(...) | 22 | function warn(...) |
