projects
/
imager-screenshot.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
- t/30tkx11.t now provides a default gemoetry to prevent
[imager-screenshot.git]
/
t
/
30tkx11.t
diff --git
a/t/30tkx11.t
b/t/30tkx11.t
index b58b249cdff92bca9566706b6e72e21f16cc00a1..3eb138ab90bd26d86af2adac075771e34f17be8a 100644
(file)
--- a/
t/30tkx11.t
+++ b/
t/30tkx11.t
@@
-23,6
+23,8
@@
$mw->can('windowingsystem')
$mw->windowingsystem eq 'x11'
or plan skip_all => 'Tk windowing system not X11';
+eval { $mw->geometry('+10+10'); };
+
plan tests => 1;
my $im;