diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-12-28 13:48:51 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-12-28 13:48:51 (GMT) |
commit | 016e636e5322d845b59bb6ecd6754894b9a98aec (patch) | |
tree | 6a526d036def544cb32a34eaa6bba8d2600dac67 /tests | |
parent | 269f443b722116c9623cfee0c4d3c79318342565 (diff) | |
download | tcl-016e636e5322d845b59bb6ecd6754894b9a98aec.zip tcl-016e636e5322d845b59bb6ecd6754894b9a98aec.tar.gz tcl-016e636e5322d845b59bb6ecd6754894b9a98aec.tar.bz2 |
Correct failing test
Diffstat (limited to 'tests')
-rw-r--r-- | tests/safe.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/safe.test b/tests/safe.test index b7cb611..ed92aba 100644 --- a/tests/safe.test +++ b/tests/safe.test @@ -10,7 +10,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: safe.test,v 1.22.4.4 2009/12/16 23:31:31 dkf Exp $ +# RCS: @(#) $Id: safe.test,v 1.22.4.5 2009/12/28 13:48:51 dkf Exp $ package require Tcl 8.5 @@ -89,7 +89,7 @@ test safe-3.2 {calling safe::interpCreate on trusted interp} { set l [lsort [a aliases]] safe::interpDelete a set l -} {clock encoding exit file glob load source} +} {::tcl::info::nameofexecutable clock encoding exit file glob load source} test safe-3.3 {calling safe::interpCreate on trusted interp} { catch {safe::interpDelete a} safe::interpCreate a |