summaryrefslogtreecommitdiffstats
path: root/tests/pkgMkIndex.test
diff options
context:
space:
mode:
authorpooryorick <com.digitalsmarties@pooryorick.com>2021-05-17 07:39:20 (GMT)
committerpooryorick <com.digitalsmarties@pooryorick.com>2021-05-17 07:39:20 (GMT)
commitd4d8fe187b4352bb54fced2e2ba5c6ebbb1f62d8 (patch)
tree4d3cde5c1b98a9bbcada3557818ebee88d97e2ba /tests/pkgMkIndex.test
parent3634214bbb26d84ee5eebc626e98c33decf178f8 (diff)
downloadtcl-d4d8fe187b4352bb54fced2e2ba5c6ebbb1f62d8.zip
tcl-d4d8fe187b4352bb54fced2e2ba5c6ebbb1f62d8.tar.gz
tcl-d4d8fe187b4352bb54fced2e2ba5c6ebbb1f62d8.tar.bz2
use [info sharedlibextension] for instead of ".so"
Diffstat (limited to 'tests/pkgMkIndex.test')
-rw-r--r--tests/pkgMkIndex.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pkgMkIndex.test b/tests/pkgMkIndex.test
index 002efcc..f01f497 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.so load {pkga_eq pkga_quote}}}}}}
+} "0 {{pkga:1.0 {tclPkgSetup {pkga[info sharedlibextension] load {pkga_eq pkga_quote}}}}}"
if {[testConstraint $dll]} {
file delete -force [file join $fullPkgPath [file tail $x]]