diff options
author | Joe Mistachkin <joe@mistachkin.com> | 2016-01-21 06:11:02 (GMT) |
---|---|---|
committer | Joe Mistachkin <joe@mistachkin.com> | 2016-01-21 06:11:02 (GMT) |
commit | c5e85332620338a73f7ecd6ef33c2d0bd89a0652 (patch) | |
tree | 1cb178fd4ce33b126e0fe655c92d2b6306fbb4f3 /tests/safe.test | |
parent | 003b3000368a5f8752fcee1444cf4ec1cee6fe62 (diff) | |
download | tcl-tip_440_backport.zip tcl-tip_440_backport.tar.gz tcl-tip_440_backport.tar.bz2 |
Backport of TIP #440.tip_440_backport
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 8879518..6784bb9 100644 --- a/tests/safe.test +++ b/tests/safe.test @@ -166,7 +166,7 @@ test safe-6.3 {test safe interpreters knowledge of the world} { set r [lreplace $r $threaded $threaded] } set r -} {byteOrder platform pointerSize wordSize} +} {byteOrder engine platform pointerSize wordSize} # more test should be added to check that hostname, nameofexecutable, # aren't leaking infos, but they still do... |