aboutsummaryrefslogtreecommitdiff
path: root/spec/fs_spec.lua
diff options
context:
space:
mode:
authorGeorge Roman <george.roman.99@gmail.com>2018-06-01 00:05:49 +0300
committerHisham Muhammad <hisham@gobolinux.org>2018-06-04 15:41:51 -0300
commit4e8c650d7daac769f9af843b1578dd2521318972 (patch)
treeb508db3fe4ce0fa7e6436b8f8866da31c579d663 /spec/fs_spec.lua
parent6334c894b2b3d1943edd4902bcd42883ced0915b (diff)
downloadluarocks-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.lua2
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")
8local testing_paths = test_env.testing_paths 8local testing_paths = test_env.testing_paths
9local get_tmp_path = test_env.get_tmp_path 9local get_tmp_path = test_env.get_tmp_path
10 10
11describe("Luarocks fs test #whitebox #w_fs", function() 11describe("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