summaryrefslogtreecommitdiffstats
path: root/tests/safe.test
diff options
context:
space:
mode:
authorJoe Mistachkin <joe@mistachkin.com>2016-01-15 00:39:41 (GMT)
committerJoe Mistachkin <joe@mistachkin.com>2016-01-15 00:39:41 (GMT)
commitb25cb7d39a10e81e682e391e6490f2b59671eaef (patch)
treed32c78c28fb94d4ed9f889357361207c9e797f1c /tests/safe.test
parent02b32be1a7169fc4a4dc9cf24f00d4b40dbd49a5 (diff)
downloadtcl-b25cb7d39a10e81e682e391e6490f2b59671eaef.zip
tcl-b25cb7d39a10e81e682e391e6490f2b59671eaef.tar.gz
tcl-b25cb7d39a10e81e682e391e6490f2b59671eaef.tar.bz2
Add docs and tests.
Diffstat (limited to 'tests/safe.test')
-rw-r--r--tests/safe.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/safe.test b/tests/safe.test
index 859f352..94c1755 100644
--- a/tests/safe.test
+++ b/tests/safe.test
@@ -174,7 +174,7 @@ test safe-6.3 {test safe interpreters knowledge of the world} {
}
set r [lsearch -all -inline -not -exact $r "threaded"]
lsort $r
-} {byteOrder pathSeparator platform pointerSize wordSize}
+} {byteOrder engine pathSeparator platform pointerSize wordSize}
# More test should be added to check that hostname, nameofexecutable, aren't
# leaking infos, but they still do...