summaryrefslogtreecommitdiffstats
path: root/tests/safe.test
diff options
context:
space:
mode:
authorkjnash <k.j.nash@usa.net>2020-07-23 13:45:32 (GMT)
committerkjnash <k.j.nash@usa.net>2020-07-23 13:45:32 (GMT)
commit976ba568c7c408fe9e94a16fd9ef73d115c28f78 (patch)
treea44060d9fd2cd4025875f7f5c3c2610be02bfc2d /tests/safe.test
parenta18c844695bc12871386e04a67dfd913be5d0c76 (diff)
parent0e59966ac59400d43816bc360c74e5b9dfb49493 (diff)
downloadtcl-976ba568c7c408fe9e94a16fd9ef73d115c28f78.zip
tcl-976ba568c7c408fe9e94a16fd9ef73d115c28f78.tar.gz
tcl-976ba568c7c408fe9e94a16fd9ef73d115c28f78.tar.bz2
Merge safe-bugfixes-8-6
Diffstat (limited to 'tests/safe.test')
-rw-r--r--tests/safe.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/safe.test b/tests/safe.test
index 0c5bd37..f24c4d3 100644
--- a/tests/safe.test
+++ b/tests/safe.test
@@ -2327,7 +2327,7 @@ test safe-19.11 {interpConfigure change the access path; pkgIndex.tcl packages u
[file join $TestsDir auto0 auto2] \
[file join $TestsDir auto0 auto1]] \
-autoPath [list $tcl_library \
- [file join $TestsDir auto0]]]
+ [file join $TestsDir auto0]]
# Inspect.
set confB [safe::interpConfigure $i]
set mappB [mapList $PathMapp [dict get $confB -accessPath]]