diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2025-10-17 08:09:09 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2025-10-17 08:09:09 (GMT) |
| commit | 07d0d025bac16e2360d8e55a2e0cc839ba9d8759 (patch) | |
| tree | e56d408f33aec24d41e9fb50bae5254d2e38c17d /tests | |
| parent | 3acd9f92ca3043e30506d48aa5639ce5f364afef (diff) | |
| parent | 39d89287ff99296bc720eea585e8e7d00f34ba96 (diff) | |
| download | tcl-core-build-main.zip tcl-core-build-main.tar.gz tcl-core-build-main.tar.bz2 | |
Opt => 0.5core-build-main
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/opt.test | 2 | ||||
| -rw-r--r-- | tests/safe-stock.test | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/opt.test b/tests/opt.test index 1f87ae6..27377cf 100644 --- a/tests/opt.test +++ b/tests/opt.test @@ -17,7 +17,7 @@ if {"::tcltest" ni [namespace children]} { } # the package we are going to test -package require opt 0.4.9 +package require opt 0.5.0 # we are using implementation specifics to test the package diff --git a/tests/safe-stock.test b/tests/safe-stock.test index 98468ab..f96b3f6 100644 --- a/tests/safe-stock.test +++ b/tests/safe-stock.test @@ -53,9 +53,9 @@ if {[string match *zipfs:/* [info library]]} { } # Directory of opt for tests 7.4, 9.10, 9.12 for "package require opt". -if {[file exists [file join [info library] opt0.4]]} { - # Installed files in lib8.7/opt0.4 - set pkgOptDir opt0.4 +if {[file exists [file join [info library] opt0.5]]} { + # Installed files in lib9.0/opt0.5 + set pkgOptDir opt0.5 } elseif {[file exists [file join [info library] opt]]} { # Installed files in zipfs, or source files used by "make test" set pkgOptDir opt |
