diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-02-09 12:07:09 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-02-09 12:07:09 (GMT) |
commit | af4a77f3e35d39964eeae9c3636a42d6d29f4d5d (patch) | |
tree | ad05c95086107d6805b1234866ecf62a5c2b24e5 /tests/zipfs.test | |
parent | 5740a9e3d2db8f112a2af4353f86d9ca864b3a2f (diff) | |
download | tcl-af4a77f3e35d39964eeae9c3636a42d6d29f4d5d.zip tcl-af4a77f3e35d39964eeae9c3636a42d6d29f4d5d.tar.gz tcl-af4a77f3e35d39964eeae9c3636a42d6d29f4d5d.tar.bz2 |
Change TCL_ZIP_FILE name, just using dots in stead of underscores
Diffstat (limited to 'tests/zipfs.test')
-rw-r--r-- | tests/zipfs.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/zipfs.test b/tests/zipfs.test index fd40f9e..8689268 100644 --- a/tests/zipfs.test +++ b/tests/zipfs.test @@ -39,7 +39,7 @@ if {![string match ${ziproot}* $tcl_library]} { # Hack the environment to pretend we did pull tcl_library from a zip # archive ### - set tclzip [file join $CWD [::tcl::pkgconfig get dllfile,runtime]] + set tclzip [file join $CWD libtcl[info patchlevel].zip] testConstraint zipfslib [file isfile $tclzip] if {[testConstraint zipfslib]} { zipfs mount /lib/tcl $tclzip |