summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-12-28 13:48:51 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-12-28 13:48:51 (GMT)
commit016e636e5322d845b59bb6ecd6754894b9a98aec (patch)
tree6a526d036def544cb32a34eaa6bba8d2600dac67
parent269f443b722116c9623cfee0c4d3c79318342565 (diff)
downloadtcl-016e636e5322d845b59bb6ecd6754894b9a98aec.zip
tcl-016e636e5322d845b59bb6ecd6754894b9a98aec.tar.gz
tcl-016e636e5322d845b59bb6ecd6754894b9a98aec.tar.bz2
Correct failing test
-rw-r--r--tests/safe.test4
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