diff options
Diffstat (limited to 'spec/fs_spec.lua')
-rw-r--r-- | spec/fs_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/fs_spec.lua b/spec/fs_spec.lua index b250e321..c0679b34 100644 --- a/spec/fs_spec.lua +++ b/spec/fs_spec.lua | |||
@@ -8,7 +8,7 @@ local posix_ok = pcall(require, "posix") | |||
8 | local testing_paths = test_env.testing_paths | 8 | local testing_paths = test_env.testing_paths |
9 | local get_tmp_path = test_env.get_tmp_path | 9 | local get_tmp_path = test_env.get_tmp_path |
10 | 10 | ||
11 | describe("Luarocks fs test #whitebox #w_fs", function() | 11 | describe("Luarocks fs test #unit", function() |
12 | local exists_file = function(path) | 12 | local exists_file = function(path) |
13 | local ok, err, code = os.rename(path, path) | 13 | local ok, err, code = os.rename(path, path) |
14 | if not ok and code == 13 then | 14 | if not ok and code == 13 then |