diff --git a/automation/tests/busted.lua b/automation/tests/busted.lua index e26acfa23..a9863db84 100644 --- a/automation/tests/busted.lua +++ b/automation/tests/busted.lua @@ -19,4 +19,8 @@ package.loaded['socket'] = { end } +package.loaded['term'] = { + isatty = function() return true end +} + require 'busted.runner'({ batch = true, standalone = false })