summaryrefslogtreecommitdiffstats
path: root/tests/018/path-equal.tl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/018/path-equal.tl')
-rw-r--r--tests/018/path-equal.tl5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/018/path-equal.tl b/tests/018/path-equal.tl
index cf1fbb63..704c414a 100644
--- a/tests/018/path-equal.tl
+++ b/tests/018/path-equal.tl
@@ -13,6 +13,5 @@
(path-equal "a" "a/././.") t
(path-equal "a/." "a/././.") t
- ;;(path-equal "/.." "/") t
- ;;(path-equal "/../a" "/a/") t
- )
+ (path-equal "/.." "/") t
+ (path-equal "/../a" "/a/") t)