summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/feh.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/feh.i b/test/feh.i
index 74802a7..ac99813 100755
--- a/test/feh.i
+++ b/test/feh.i
@@ -296,7 +296,7 @@ is($width, 423, '--geometry: correct width');
is($height, 232, '--geometry: correct height');
feh_stop();
-$win = feh_start('--full-screen');
+$win = feh_start('--fullscreen');
(undef, undef, $width, $height) = GetWindowPos($win);
ok([(GetWindowPos($win))[2, 3]] ~~ [GetScreenRes()],
'fullscreen uses full screen size');