diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-03-22 20:07:43 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-03-22 20:07:43 (GMT) |
commit | 5516772e8b562cfd568293d3616bf1a0f493b752 (patch) | |
tree | 393f1847f7b918d84005c089e8c81113e6ee3e5b /tests | |
parent | d4c27c94668a30f48edee251104255b27230107e (diff) | |
parent | abccdbc60065601867bb37fbaa0313341abc1b7d (diff) | |
download | tcl-5516772e8b562cfd568293d3616bf1a0f493b752.zip tcl-5516772e8b562cfd568293d3616bf1a0f493b752.tar.gz tcl-5516772e8b562cfd568293d3616bf1a0f493b752.tar.bz2 |
Merge 8.7
Diffstat (limited to 'tests')
-rw-r--r-- | tests/pkgMkIndex.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pkgMkIndex.test b/tests/pkgMkIndex.test index 62bd3d4..25840c6 100644 --- a/tests/pkgMkIndex.test +++ b/tests/pkgMkIndex.test @@ -591,7 +591,7 @@ test pkgMkIndex-10.2 {package in DLL hidden by -load} [list exec $dll] { "[list pkg_mkIndex -lazy -load Pkg* $fullPkgPath [file tail $x]]" exec [interpreter] << $script pkgtest::runCreatedIndex {0 {}} -lazy -load Pkg* -- $fullPkgPath pkga[info sharedlibextension] -} "0 {{pkga:1.0 {tclPkgSetup {pkga[info sharedlibextension] load {pkga_eq pkga_quote}}}}}" +} "0 {}" if {[testConstraint $dll]} { file delete -force [file join $fullPkgPath [file tail $x]] |