aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-rw-r--r--spec/util/test_env.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/util/test_env.lua b/spec/util/test_env.lua
index f4cd3f60..6850214f 100644
--- a/spec/util/test_env.lua
+++ b/spec/util/test_env.lua
@@ -807,9 +807,9 @@ local function setup_luarocks()
807 807
808 if test_env.TEST_TARGET_OS == "windows" then 808 if test_env.TEST_TARGET_OS == "windows" then
809 if test_env.MINGW then 809 if test_env.MINGW then
810 table.insert(lines, [[SYSTEM = "MINGW",]]) 810 table.insert(lines, [[SYSTEM = "mingw",]])
811 else 811 else
812 table.insert(lines, [[SYSTEM = "WindowsNT",]]) 812 table.insert(lines, [[SYSTEM = "windows",]])
813 end 813 end
814 table.insert(lines, ("WIN_TOOLS = %q,"):format(testing_paths.win_tools)) 814 table.insert(lines, ("WIN_TOOLS = %q,"):format(testing_paths.win_tools))
815 end 815 end