diff options
author | kjnash <k.j.nash@usa.net> | 2020-07-16 17:29:04 (GMT) |
---|---|---|
committer | kjnash <k.j.nash@usa.net> | 2020-07-16 17:29:04 (GMT) |
commit | 85bdb7cb8e43af0938b1c7f5013daa6b170bd5d4 (patch) | |
tree | 56e924ea10e2e0519aa7caad7f7bd15ae3039240 /tests | |
parent | a352c6e6633d5061d82a94ef0a408b32d4cef841 (diff) | |
download | tcl-85bdb7cb8e43af0938b1c7f5013daa6b170bd5d4.zip tcl-85bdb7cb8e43af0938b1c7f5013daa6b170bd5d4.tar.gz tcl-85bdb7cb8e43af0938b1c7f5013daa6b170bd5d4.tar.bz2 |
Fix error in merging safe.test with safe-bugfixes-8-6 commit d065e8c73d
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 b71a720..e9ec7df 100644 --- a/tests/safe.test +++ b/tests/safe.test @@ -583,8 +583,8 @@ test safe-7.2opt {tests specific path and interpFind/AddToAccessPath, uses pkg o [catch {interp eval $i {package require opt}} msg] $msg -- \ $mappA -- [safe::interpDelete $i] } -cleanup { -} -match glob -result {{$p(:0:)} {$p(:*:)} -- 1 {can't find package opt} --\ - {TCLLIB */dummy/unixlike/test/path} -- {}} +} -match glob -result "{\$p(:0:)} {\$p(:*:)} -- 1 {$pkgOptErrMsg} --\ + {TCLLIB */dummy/unixlike/test/path} -- {}" test safe-7.3 {check that safe subinterpreters work} { set g [interp slaves] if {$g ne {}} { |