diff options
| author | apnadkarni <apnmbx-wits@yahoo.com> | 2023-09-15 17:07:19 (GMT) |
|---|---|---|
| committer | apnadkarni <apnmbx-wits@yahoo.com> | 2023-09-15 17:07:19 (GMT) |
| commit | 641396891640b7025afc311d74c8c9d85408b7ce (patch) | |
| tree | 3a7536135e9474b1355f54e626c79d28e16ecc10 | |
| parent | 04f3f00f1ac9cd9d59ceba4e1856c6dfd79fb756 (diff) | |
| parent | 8420222eb4f39f6ca8119376c1bd160e622cf986 (diff) | |
| download | tcl-641396891640b7025afc311d74c8c9d85408b7ce.zip tcl-641396891640b7025afc311d74c8c9d85408b7ce.tar.gz tcl-641396891640b7025afc311d74c8c9d85408b7ce.tar.bz2 | |
Merge 8.7 - Disable two tests. Works on my Windows and Ubuntu but apparently not everywhere - [3f9f494cc1]
| -rw-r--r-- | tests/zipfs.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/zipfs.test b/tests/zipfs.test index 4f980f7..74995f2 100644 --- a/tests/zipfs.test +++ b/tests/zipfs.test @@ -1003,13 +1003,13 @@ namespace eval test_ns_zipfs { mount [zippath test.zip] } -cleanup cleanup -body { lsort -stride 2 [file stat [file join $defaultMountPoint test]] - } -result [fixupstat {atime 1065435402 ctime 1065435402 dev 0 gid 0 ino 0 mode 33133 mtime 1065435402 nlink 0 size 5 type file uid 0}] + } -result [fixupstat {atime 1065435402 ctime 1065435402 dev 0 gid 0 ino 0 mode 33133 mtime 1065435402 nlink 0 size 5 type file uid 0}] -constraints bug-3f9f494cc1 test zipfs-file-stat-dir "Read stat of dir" -setup { mount [zippath test.zip] } -cleanup cleanup -body { lsort -stride 2 [file stat [file join $defaultMountPoint testdir]] - } -result [fixupstat {atime 1105450434 ctime 1105450434 dev 0 gid 0 ino 0 mode 16749 mtime 1105450434 nlink 0 size 0 type directory uid 0}] + } -result [fixupstat {atime 1105450434 ctime 1105450434 dev 0 gid 0 ino 0 mode 16749 mtime 1105450434 nlink 0 size 0 type directory uid 0}] -constraints bug-3f9f494cc1 test zipfs-file-stat-mount "Read stat of mount point" -setup { mount [zippath test.zip] |
