summaryrefslogtreecommitdiff
path: root/test/feh.i
diff options
context:
space:
mode:
Diffstat (limited to 'test/feh.i')
-rwxr-xr-xtest/feh.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/feh.i b/test/feh.i
index a5157da..fc14a79 100755
--- a/test/feh.i
+++ b/test/feh.i
@@ -318,7 +318,7 @@ ok(waitfor {
'Large window limited to screen size');
feh_stop();
-$win = feh_start('--screen-clip 0', 'test/huge.png');
+$win = feh_start('--no-screen-clip', 'test/huge.png');
ok(waitfor {
[(GetWindowPos($win))[2, 3]] ~~ [4000, 3000]
},