diff options
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 |
