diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2018-10-12 18:44:25 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2018-10-12 18:44:25 (GMT) |
commit | de2192ab2097c8b53fd997775bbd1b74b4e8b8f0 (patch) | |
tree | e4631b773cc39676ec094c731878237340bb284c /tests/zipfs.test | |
parent | 7fcc213b7aa1313c6bbe4ee2f794913e6776b0db (diff) | |
download | tcl-de2192ab2097c8b53fd997775bbd1b74b4e8b8f0.zip tcl-de2192ab2097c8b53fd997775bbd1b74b4e8b8f0.tar.gz tcl-de2192ab2097c8b53fd997775bbd1b74b4e8b8f0.tar.bz2 |
Turn [zipfs tcl_library] into more internal [tcl::zipfs::tcl_library_init]. It wasn't documented and isn't very useful outside of Tcl's startup code.
Diffstat (limited to 'tests/zipfs.test')
-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 abf9d3f..5715ce8 100644 --- a/tests/zipfs.test +++ b/tests/zipfs.test @@ -247,7 +247,7 @@ test zipfs-3.1 {zipfs in child interpreters} -constraints zipfs -setup { } } -returnCodes error -cleanup { interp delete $interp -} -result {unknown or ambiguous subcommand "?": must be canonical, exists, find, info, list, lmkimg, lmkzip, mkimg, mkkey, mkzip, mount, mount_data, root, tcl_library, or unmount} +} -result {unknown or ambiguous subcommand "?": must be canonical, exists, find, info, list, lmkimg, lmkzip, mkimg, mkkey, mkzip, mount, mount_data, root, or unmount} test zipfs-3.2 {zipfs in child interpreters} -constraints zipfs -setup { set interp [interp create] } -body { @@ -265,7 +265,7 @@ test zipfs-3.3 {zipfs in child interpreters} -constraints zipfs -setup { } } -returnCodes error -cleanup { interp delete $safe -} -result {unknown or ambiguous subcommand "?": must be canonical, exists, find, info, list, lmkimg, lmkzip, mkimg, mkkey, mkzip, mount, mount_data, root, tcl_library, or unmount} +} -result {unknown or ambiguous subcommand "?": must be canonical, exists, find, info, list, lmkimg, lmkzip, mkimg, mkkey, mkzip, mount, mount_data, root, or unmount} test zipfs-3.4 {zipfs in child interpreters} -constraints zipfs -setup { set safe [interp create -safe] } -body { |