diff options
Diffstat (limited to '')
-rw-r--r-- | spec/04-term_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/04-term_spec.lua b/spec/04-term_spec.lua index c649579..3dc4660 100644 --- a/spec/04-term_spec.lua +++ b/spec/04-term_spec.lua | |||
@@ -8,7 +8,7 @@ describe("Terminal:", function() | |||
8 | 8 | ||
9 | setup(function() | 9 | setup(function() |
10 | wincodepage = system.getconsoleoutputcp() | 10 | wincodepage = system.getconsoleoutputcp() |
11 | assert(system.setconsoleoutputcp(65001)) | 11 | assert(system.setconsoleoutputcp(65001)) -- set to UTF8 |
12 | end) | 12 | end) |
13 | 13 | ||
14 | teardown(function() | 14 | teardown(function() |