diff options
author | George Roman <george.roman.99@gmail.com> | 2018-06-01 09:51:18 +0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-06-04 15:41:51 -0300 |
commit | 5b2540eb0d759d538c1d3fcd802b7d6961b337a9 (patch) | |
tree | db69154aed1e6ee4c542c29b54c03254a8fcc245 /spec/fs_spec.lua | |
parent | b7d5fa4caeddb73ef1a423665da9b562e16b8817 (diff) | |
download | luarocks-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.lua | 1 |
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 @@ | |||
1 | local test_env = require("spec.util.test_env") | 1 | local test_env = require("spec.util.test_env") |
2 | 2 | ||
3 | test_env.unload_luarocks() | 3 | test_env.unload_luarocks() |
4 | test_env.setup_specs() | ||
4 | local fs = require("luarocks.fs") | 5 | local fs = require("luarocks.fs") |
5 | local lfs = require("lfs") | 6 | local lfs = require("lfs") |
6 | local is_win = test_env.TEST_TARGET_OS == "windows" | 7 | local is_win = test_env.TEST_TARGET_OS == "windows" |