summaryrefslogtreecommitdiff
path: root/test/feh.i
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2012-03-02 00:05:21 +0100
committerDaniel Friesel <derf@finalrewind.org>2012-03-02 00:05:21 +0100
commitd04e57976eac0eb22907432bf272089e09e00e61 (patch)
tree1e564ba4d0e2e5c2a337f0ea2621884c7c60b510 /test/feh.i
parent88d1ad68b27e84407bc63ab837b8c155b6b2b761 (diff)
update x11 tests for %S/%P changes
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 231f260..f9dddfb 100755
--- a/test/feh.i
+++ b/test/feh.i
@@ -299,7 +299,7 @@ SendKeys('{HOM PGU}');
test_win_title($win, 'feh [96 of 100] - test/ok/png');
feh_stop();
-$win = feh_start('--thumbnails -H 300 -W 310 --thumb-title "%P [%l] %f"',
+$win = feh_start('--thumbnails -H 300 -W 310 --thumb-title "feh [%l] %f"',
'test/ok/png test/ok/gif test/ok/jpg');
test_win_title($win, 'feh [thumbnail mode]');
($width, $height) = (GetWindowPos($win))[2,3];