Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix an early exit condition in test-tty.lua
When running tests with Lua instead of LuaJIT, a misleading message is output. This is because pcall returns false and an error (i.e., a string value) here.
- Loading branch information