summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2010-10-04 19:47:15 +0200
committerDaniel Friesel <derf@finalrewind.org>2010-10-04 19:47:15 +0200
commit47e9cf3210355a1ccd3c5ad9c9577421d59094c5 (patch)
tree3c3ed7333b19332f2ccd127b2711adbdd5260dcb /test
parent5e4a68332203dbd55e41b16ed4269bfbd6f0e585 (diff)
test/feh-scr: Send less keys to avoid timing problems
Diffstat (limited to 'test')
-rwxr-xr-xtest/feh-scr.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/feh-scr.i b/test/feh-scr.i
index 3f3b241..05960a2 100755
--- a/test/feh-scr.i
+++ b/test/feh-scr.i
@@ -211,7 +211,7 @@ test_scr('draw_action');
SendKeys('d');
test_scr('draw_filename_action');
-SendKeys('ddaada');
+SendKeys('da');
test_scr('draw_nothing');
feh_stop();