diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-05 20:45:04 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-05 20:45:04 (GMT) |
commit | 66dd14a48053da5e5f4463d0d83b9e5480a9bd5e (patch) | |
tree | fdfb7d34ece5a2cbf6649301b15d2783356ff128 /tests/safe.test | |
parent | f2963d15d036e305300773f74a602c9c0a8c9229 (diff) | |
download | tcl-66dd14a48053da5e5f4463d0d83b9e5480a9bd5e.zip tcl-66dd14a48053da5e5f4463d0d83b9e5480a9bd5e.tar.gz tcl-66dd14a48053da5e5f4463d0d83b9e5480a9bd5e.tar.bz2 |
TIP #581: Last possible master/slave -> parent/child changes, without affecting anything serious
Diffstat (limited to 'tests/safe.test')
-rw-r--r-- | tests/safe.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/safe.test b/tests/safe.test index eb4bfaf..b91da86 100644 --- a/tests/safe.test +++ b/tests/safe.test @@ -901,7 +901,7 @@ test safe-9.20 {check module loading} -setup { {TCLLIB TESTSDIR/auto0/modules TESTSDIR/auto0/modules/mod1\ TESTSDIR/auto0/modules/mod2} -- res0 res1 res2} # - The command safe::InterpSetConfig adds the parent's [tcl::tm::list] in -# tokenized form to the slave's access path, and then adds all the +# tokenized form to the child's access path, and then adds all the # descendants, discovered recursively by using glob. # - The order of the directories in the list returned by glob is system-dependent, # and therefore this is true also for (a) the order of token assignment to |