diff options
author | George Roman <george.roman.99@gmail.com> | 2018-06-01 00:05:49 +0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-06-04 15:41:51 -0300 |
commit | 4e8c650d7daac769f9af843b1578dd2521318972 (patch) | |
tree | b508db3fe4ce0fa7e6436b8f8866da31c579d663 /spec/fs_spec.lua | |
parent | 6334c894b2b3d1943edd4902bcd42883ced0915b (diff) | |
download | luarocks-4e8c650d7daac769f9af843b1578dd2521318972.tar.gz luarocks-4e8c650d7daac769f9af843b1578dd2521318972.tar.bz2 luarocks-4e8c650d7daac769f9af843b1578dd2521318972.zip |
Tests: replace #blackbox with #integration and #whitebox with #unit
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 |