diff options
author | stwo <stwo> | 2010-11-02 21:57:19 (GMT) |
---|---|---|
committer | stwo <stwo> | 2010-11-02 21:57:19 (GMT) |
commit | b2694cb09fefbce3de045cb20db90eda56abfb8d (patch) | |
tree | 17da2d000431a826a93706e7e736c86a05bae891 /tests/safe.test | |
parent | b902883875544b99bde850df63f7f391c765409a (diff) | |
download | tcl-b2694cb09fefbce3de045cb20db90eda56abfb8d.zip tcl-b2694cb09fefbce3de045cb20db90eda56abfb8d.tar.gz tcl-b2694cb09fefbce3de045cb20db90eda56abfb8d.tar.bz2 |
Improved handling of non-standard module path lists, empty path lists in particular.
Diffstat (limited to 'tests/safe.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 aedc7de..7bfc4c4 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.7 2009/12/30 22:20:57 dkf Exp $ +# RCS: @(#) $Id: safe.test,v 1.22.4.8 2010/11/02 21:57:19 stwo Exp $ package require Tcl 8.5 @@ -197,7 +197,7 @@ test safe-7.2 {tests specific path and interpFind/AddToAccessPath} -body { [catch {interp eval $i {package require http 1}} msg] $msg \ [safe::interpConfigure $i]\ [safe::interpDelete $i] -} -match glob -result "{\$p(:0:)} {\$p(:*:)} 1 {can't find package http 1} {-accessPath {[list $tcl_library * /dummy/unixlike/test/path]} -statics 0 -nested 1 -deleteHook {}} {}" +} -match glob -result "{\$p(:0:)} {\$p(:*:)} 1 {can't find package http 1} {-accessPath {[list $tcl_library */dummy/unixlike/test/path]} -statics 0 -nested 1 -deleteHook {}} {}" # test source control on file name |