aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2025-03-09 20:32:26 -0300
committerHisham Muhammad <hisham@gobolinux.org>2025-03-09 20:33:04 -0300
commitfbe3a033df16411c927f3c04c014fae9002b54bb (patch)
treeece708c5487acbb2234f2fc778eecc3f9d5d33a5
parentfd56323a756f6bee681ecef58be5606f4c9ab84a (diff)
downloadluarocks-fbe3a033df16411c927f3c04c014fae9002b54bb.tar.gz
luarocks-fbe3a033df16411c927f3c04c014fae9002b54bb.tar.bz2
luarocks-fbe3a033df16411c927f3c04c014fae9002b54bb.zip
tests: fix typo from Appveyor removal
-rw-r--r--spec/util/test_env.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/util/test_env.lua b/spec/util/test_env.lua
index da293b45..390ba01c 100644
--- a/spec/util/test_env.lua
+++ b/spec/util/test_env.lua
@@ -373,7 +373,7 @@ function test_env.set_args()
373 373
374 if dir_sep == "\\" then 374 if dir_sep == "\\" then
375 test_env.TEST_TARGET_OS = "windows" 375 test_env.TEST_TARGET_OS = "windows"
376 elseif test_env.CI_WINDOWS then 376 if test_env.CI_WINDOWS then
377 if test_env.MINGW then 377 if test_env.MINGW then
378 test_env.OPENSSL_INCDIR = "c:\\msys64\\ucrt64\\include" 378 test_env.OPENSSL_INCDIR = "c:\\msys64\\ucrt64\\include"
379 test_env.OPENSSL_LIBDIR = "c:\\msys64\\ucrt64\\lib" 379 test_env.OPENSSL_LIBDIR = "c:\\msys64\\ucrt64\\lib"