aboutsummaryrefslogtreecommitdiff
path: root/spec/fs_spec.lua
diff options
context:
space:
mode:
authorGeorge Roman <george.roman.99@gmail.com>2018-06-01 09:51:18 +0300
committerHisham Muhammad <hisham@gobolinux.org>2018-06-04 15:41:51 -0300
commit5b2540eb0d759d538c1d3fcd802b7d6961b337a9 (patch)
treedb69154aed1e6ee4c542c29b54c03254a8fcc245 /spec/fs_spec.lua
parentb7d5fa4caeddb73ef1a423665da9b562e16b8817 (diff)
downloadluarocks-5b2540eb0d759d538c1d3fcd802b7d6961b337a9.tar.gz
luarocks-5b2540eb0d759d538c1d3fcd802b7d6961b337a9.tar.bz2
luarocks-5b2540eb0d759d538c1d3fcd802b7d6961b337a9.zip
Fix failing Appveyor tests
Diffstat (limited to 'spec/fs_spec.lua')
-rw-r--r--spec/fs_spec.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/fs_spec.lua b/spec/fs_spec.lua
index c0679b34..2d0059b6 100644
--- a/spec/fs_spec.lua
+++ b/spec/fs_spec.lua
@@ -1,6 +1,7 @@
1local test_env = require("spec.util.test_env") 1local test_env = require("spec.util.test_env")
2 2
3test_env.unload_luarocks() 3test_env.unload_luarocks()
4test_env.setup_specs()
4local fs = require("luarocks.fs") 5local fs = require("luarocks.fs")
5local lfs = require("lfs") 6local lfs = require("lfs")
6local is_win = test_env.TEST_TARGET_OS == "windows" 7local is_win = test_env.TEST_TARGET_OS == "windows"