diff options
author | fvogel <fvogelnew1@free.fr> | 2019-04-17 20:00:37 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2019-04-17 20:00:37 (GMT) |
commit | b89600835dff209204b057fa80a7fcbceb82a7bc (patch) | |
tree | f35bbf4dad9e98d94bc0c0eaeea85211f24e510b /tests | |
parent | 1ec2e5d741bf09af3cd7cf157bbc586f01a3758e (diff) | |
parent | c0ea768836e679bf83ef10912b3ee13fa6da1de9 (diff) | |
download | tk-b89600835dff209204b057fa80a7fcbceb82a7bc.zip tk-b89600835dff209204b057fa80a7fcbceb82a7bc.tar.gz tk-b89600835dff209204b057fa80a7fcbceb82a7bc.tar.bz2 |
merge trunk
Diffstat (limited to 'tests')
-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 |