diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-01 09:15:11 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-01 09:15:11 (GMT) |
commit | 724de352e37dd0fe795024353378cd662593b4a6 (patch) | |
tree | 4d740034b1040a594df0e43c023bc8c38283368d /tests/safe-stock86.test | |
parent | 6b0b7154f13dc5d47830ef1daaea80c791504f8a (diff) | |
download | tcl-724de352e37dd0fe795024353378cd662593b4a6.zip tcl-724de352e37dd0fe795024353378cd662593b4a6.tar.gz tcl-724de352e37dd0fe795024353378cd662593b4a6.tar.bz2 |
Many more internal master/slave -> parent/child renamings
Diffstat (limited to 'tests/safe-stock86.test')
-rw-r--r-- | tests/safe-stock86.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/safe-stock86.test b/tests/safe-stock86.test index 3f20d77..337527c 100644 --- a/tests/safe-stock86.test +++ b/tests/safe-stock86.test @@ -56,7 +56,7 @@ test safe-stock86-7.1 {tests that everything works at high level, uses http 2} - set i [safe::interpCreate] # no error shall occur: # (because the default access_path shall include 1st level sub dirs so - # package require in a slave works like in the parent) + # package require in a child works like in the parent) set v [interp eval $i {package require http 2}] # no error shall occur: interp eval $i {http::config} |