summaryrefslogtreecommitdiff
path: root/tests/modules/path/test.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/modules/path/test.lua')
-rw-r--r--tests/modules/path/test.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/modules/path/test.lua b/tests/modules/path/test.lua
index 7f0224b86..05a5a0b40 100644
--- a/tests/modules/path/test.lua
+++ b/tests/modules/path/test.lua
@@ -35,7 +35,6 @@ function test_extension(t)
end
function test_directory(t)
- --[[
t:are_equal(path.directory(""), nil)
t:are_equal(path.directory("."), nil)
if is_host("windows") then
@@ -49,7 +48,7 @@ function test_directory(t)
t:are_equal(path.directory("/tmp/xxx"), "/tmp")
t:are_equal(path.directory("/tmp/xxx/"), "/tmp")
t:are_equal(path.directory("/"), nil)
- end]]
+ end
end
function test_absolute(t)