diff options
author | Joe Mistachkin <joe@mistachkin.com> | 2016-01-15 00:39:41 (GMT) |
---|---|---|
committer | Joe Mistachkin <joe@mistachkin.com> | 2016-01-15 00:39:41 (GMT) |
commit | 4320d2b7859b143036f361013d5eaa7d0baaa5c8 (patch) | |
tree | d32c78c28fb94d4ed9f889357361207c9e797f1c /tests/safe.test | |
parent | 247529b2e2220a8d411a33788f9e7be3828d12a6 (diff) | |
download | tcl-4320d2b7859b143036f361013d5eaa7d0baaa5c8.zip tcl-4320d2b7859b143036f361013d5eaa7d0baaa5c8.tar.gz tcl-4320d2b7859b143036f361013d5eaa7d0baaa5c8.tar.bz2 |
Add docs and tests.
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 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... |