diff options
Diffstat (limited to 'tests/pack.test')
-rw-r--r-- | tests/pack.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pack.test b/tests/pack.test index b86fa34..f365959 100644 --- a/tests/pack.test +++ b/tests/pack.test @@ -1551,7 +1551,7 @@ test pack-17.2 {PackLostContentProc procedure} -setup { pack info .pack.a } -returnCodes error -result {window ".pack.a" isn't packed} -if {[tk windowingsystem] == "win32"} { +if {[tk windowingsystem] ne "aqua"} { proc packUpdate {} { update } |