diff options
Diffstat (limited to 'tests/pkgconfig.test')
-rw-r--r-- | tests/pkgconfig.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/pkgconfig.test b/tests/pkgconfig.test index 1694eea..e080b91 100644 --- a/tests/pkgconfig.test +++ b/tests/pkgconfig.test @@ -18,7 +18,7 @@ namespace import ::tcltest::* eval tcltest::configure $argv tcltest::loadTestedCommands -test pkgconfig-1.1 {query keys} { +test pkgconfig-1.1 {query keys} nonwin { lsort [::tk::pkgconfig list] } [list \ 64bit bindir,install bindir,runtime debug demodir,install demodir,runtime \ @@ -31,8 +31,8 @@ test pkgconfig-1.2 {query keys multiple times} { } 0 test pkgconfig-1.3 {query value multiple times} { string compare \ - [::tk::pkgconfig get bindir,install] \ - [::tk::pkgconfig get bindir,install] + [::tk::pkgconfig get 64bit] \ + [::tk::pkgconfig get 64bit] } 0 |