summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorapnadkarni <apnmbx-wits@yahoo.com>2023-09-18 15:47:06 (GMT)
committerapnadkarni <apnmbx-wits@yahoo.com>2023-09-18 15:47:06 (GMT)
commit1e8ecbdd537a4d9c8295c215277a3f381efae74c (patch)
tree50e932c966a281373ec0d4085c4444dd39f1c0aa /tests
parent27e313399ce85ce1c1817873543e1b9a0fdc553e (diff)
downloadtcl-1e8ecbdd537a4d9c8295c215277a3f381efae74c.zip
tcl-1e8ecbdd537a4d9c8295c215277a3f381efae74c.tar.gz
tcl-1e8ecbdd537a4d9c8295c215277a3f381efae74c.tar.bz2
Directory depth calculation assumed zipfs root at /, not //zipfs:/
Diffstat (limited to 'tests')
-rw-r--r--tests/zipfs.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/zipfs.test b/tests/zipfs.test
index 6c3caee..88b2814 100644
--- a/tests/zipfs.test
+++ b/tests/zipfs.test
@@ -710,7 +710,7 @@ namespace eval test_ns_zipfs {
# Some tests have !zipfslib constraint because otherwise they dump the entire Tcl library which is mounted on root
testzipfslist no-mounts "" {} {} -constraints !zipfslib
testzipfslist no-pattern "" {test.zip testmountA} {testmountA testmountA/test testmountA/testdir testmountA/testdir/test2} -constraints !zipfslib
- testzipfslist no-pattern-mount-on-root "" {test.zip {}} {{} test testdir testdir/test2} -constraints bug-d056ee6d30
+ testzipfslist no-pattern-mount-on-root "" {test.zip {}} {{} test testdir testdir/test2}
testzipfslist no-pattern-multiple "" {test.zip testmountA test.zip testmountB/subdir} {
testmountA testmountA/test testmountA/testdir testmountA/testdir/test2
testmountB/subdir testmountB/subdir/test testmountB/subdir/testdir testmountB/subdir/testdir/test2