diff options
author | dkf <dkf@noemail.net> | 2009-12-28 12:50:42 (GMT) |
---|---|---|
committer | dkf <dkf@noemail.net> | 2009-12-28 12:50:42 (GMT) |
commit | 0bcfabbac74adef28e4838f06c6fcd0281c69f8c (patch) | |
tree | 3083268e902ea3d5229f584db7bad1eb7018aad2 | |
parent | 6077dd3c5a4d7a5064cea61a73502249cb479923 (diff) | |
download | tcl-0bcfabbac74adef28e4838f06c6fcd0281c69f8c.zip tcl-0bcfabbac74adef28e4838f06c6fcd0281c69f8c.tar.gz tcl-0bcfabbac74adef28e4838f06c6fcd0281c69f8c.tar.bz2 |
Correct failing test
FossilOrigin-Name: b19b199761dddc28d781d4c276096d16e9acda6d
-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 { |