summaryrefslogtreecommitdiff
path: root/test/feh-scr.i
diff options
context:
space:
mode:
Diffstat (limited to 'test/feh-scr.i')
-rwxr-xr-xtest/feh-scr.i9
1 files changed, 8 insertions, 1 deletions
diff --git a/test/feh-scr.i b/test/feh-scr.i
index e242a59..d6d55b1 100755
--- a/test/feh-scr.i
+++ b/test/feh-scr.i
@@ -6,7 +6,7 @@ use autodie qw/:all/;
use Cwd;
use GD qw/:DEFAULT :cmp/;
-use Test::More tests => 53;
+use Test::More tests => 54;
use Time::HiRes qw/sleep/;
use X11::GUITest qw/:ALL/;
@@ -195,6 +195,13 @@ test_scr('index_full_h400');
feh_stop();
feh_start(
+ '--geometry +10+20',
+ 'test/ok/png'
+);
+test_scr('geometry_offset_only');
+feh_stop();
+
+feh_start(
'--caption-path .tc',
'test/bg/exact/in'
);