diff options
author | Thijs <thijs@thijsschreijer.nl> | 2024-05-22 23:57:00 +0200 |
---|---|---|
committer | Thijs <thijs@thijsschreijer.nl> | 2024-05-22 23:57:00 +0200 |
commit | e1a8aede05d3217882cf2de426f0a87a659e4308 (patch) | |
tree | a2793677c06c450a7fcd48c81c9031eea28fb5fd /spec | |
parent | c08ea611759407b0e0c8dbea384c4f5273d27d3f (diff) | |
download | luasystem-e1a8aede05d3217882cf2de426f0a87a659e4308.tar.gz luasystem-e1a8aede05d3217882cf2de426f0a87a659e4308.tar.bz2 luasystem-e1a8aede05d3217882cf2de426f0a87a659e4308.zip |
fix windows (manual) tests
Diffstat (limited to 'spec')
-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() |