summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2019-04-17 20:00:37 (GMT)
committerfvogel <fvogelnew1@free.fr>2019-04-17 20:00:37 (GMT)
commitb89600835dff209204b057fa80a7fcbceb82a7bc (patch)
treef35bbf4dad9e98d94bc0c0eaeea85211f24e510b /tests
parent1ec2e5d741bf09af3cd7cf157bbc586f01a3758e (diff)
parentc0ea768836e679bf83ef10912b3ee13fa6da1de9 (diff)
downloadtk-b89600835dff209204b057fa80a7fcbceb82a7bc.zip
tk-b89600835dff209204b057fa80a7fcbceb82a7bc.tar.gz
tk-b89600835dff209204b057fa80a7fcbceb82a7bc.tar.bz2
merge trunk
Diffstat (limited to 'tests')
-rw-r--r--tests/pkgconfig.test6
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