summaryrefslogtreecommitdiffstats
path: root/tests/zipfs.test
diff options
context:
space:
mode:
authorapnadkarni <apnmbx-wits@yahoo.com>2023-10-15 12:55:05 (GMT)
committerapnadkarni <apnmbx-wits@yahoo.com>2023-10-15 12:55:05 (GMT)
commit26b34e2bdaa4a085395f186489a9957ff62e33f5 (patch)
treea30cb0dfa66368eda351cdbb161b94f98e4270f4 /tests/zipfs.test
parent24bd95e63a861c2d37b05809029a97d0529a72db (diff)
parent79dbad99aa25a1c2503fe6a0228d1196fcaa8519 (diff)
downloadtcl-26b34e2bdaa4a085395f186489a9957ff62e33f5.zip
tcl-26b34e2bdaa4a085395f186489a9957ff62e33f5.tar.gz
tcl-26b34e2bdaa4a085395f186489a9957ff62e33f5.tar.bz2
Merge 8.7
Diffstat (limited to 'tests/zipfs.test')
-rw-r--r--tests/zipfs.test4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/zipfs.test b/tests/zipfs.test
index 417b8e9..89aecf5 100644
--- a/tests/zipfs.test
+++ b/tests/zipfs.test
@@ -361,9 +361,6 @@ test zipfs-5.3 {zipfs mount_data: short data} -constraints zipfs -body {
append data PK\x05\x06.....................................
zipfs mount_data $data gorp
} -returnCodes error -result {archive directory truncated}
-test zipfs-5.4 {zipfs mount_data: bad arg count} -constraints zipfs -body {
- zipfs mount_data {} gorp foobar
-} -returnCodes error -result {wrong # args: should be "zipfs mount_data ?data? ?mountpoint?"}
test zipfs-6.1 {zipfs mkkey} -constraints zipfs -body {
binary scan [zipfs mkkey gorp] cu* x
@@ -483,6 +480,7 @@ namespace eval test_ns_zipfs {
}
testnumargs "zipfs mount" "" "?zipfile? ?mountpoint? ?password?"
+ testnumargs "zipfs mount_data" "data mountpoint" ""
# Not supported zip files
testbadmount non-existent-file nosuchfile.zip "couldn't open*nosuchfile.zip*no such file or directory"