diff options
author | Daniel Friesel <derf@finalrewind.org> | 2012-03-02 00:05:21 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2012-03-02 00:05:21 +0100 |
commit | d04e57976eac0eb22907432bf272089e09e00e61 (patch) | |
tree | 1e564ba4d0e2e5c2a337f0ea2621884c7c60b510 /test/feh.i | |
parent | 88d1ad68b27e84407bc63ab837b8c155b6b2b761 (diff) | |
download | feh-d04e57976eac0eb22907432bf272089e09e00e61.zip |
update x11 tests for %S/%P changes
Diffstat (limited to 'test/feh.i')
-rwxr-xr-x | test/feh.i | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]; |