diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-12-28 12:50:43 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-12-28 12:50:43 (GMT) |
commit | f9c66cfc9c6e599c938a2873b832c7a9c5b7efaf (patch) | |
tree | 3083268e902ea3d5229f584db7bad1eb7018aad2 | |
parent | 2ad98fe4da1a849f1ff73bf5da2d613161df4a37 (diff) | |
download | tcl-f9c66cfc9c6e599c938a2873b832c7a9c5b7efaf.zip tcl-f9c66cfc9c6e599c938a2873b832c7a9c5b7efaf.tar.gz tcl-f9c66cfc9c6e599c938a2873b832c7a9c5b7efaf.tar.bz2 |
Correct failing test
-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 3e451d4..c58c7b7 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.29 2009/12/16 23:44:15 dkf Exp $ +# RCS: @(#) $Id: safe.test,v 1.30 2009/12/28 12:50:43 dkf Exp $ package require Tcl 8.5 @@ -91,7 +91,7 @@ test safe-3.2 {calling safe::interpCreate on trusted interp} -setup { lsort [a aliases] } -cleanup { safe::interpDelete a -} -result {clock encoding exit file glob load source} +} -result {::tcl::info::nameofexecutable clock encoding exit file glob load source} test safe-3.3 {calling safe::interpCreate on trusted interp} -setup { catch {safe::interpDelete a} } -body { |