diff options
Diffstat (limited to 'tests/test.lua')
| -rwxr-xr-x | tests/test.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/test.lua b/tests/test.lua index 856230b..f8fa894 100755 --- a/tests/test.lua +++ b/tests/test.lua | |||
| @@ -700,5 +700,10 @@ print(pcall(mod.tolstring, t)) | |||
| 700 | 700 | ||
| 701 | ___'' | 701 | ___'' |
| 702 | print(mod.buffer()) | 702 | print(mod.buffer()) |
| 703 | |||
| 704 | ___'' | ||
| 705 | print(mod.exec("exit 0")) | ||
| 706 | print(mod.exec("exit 1")) | ||
| 707 | print(mod.exec("exit 25")) | ||
| 703 | ___'' | 708 | ___'' |
| 704 | 709 | ||
