diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2010-10-04 19:47:15 +0200 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2010-10-04 19:47:15 +0200 | 
| commit | 47e9cf3210355a1ccd3c5ad9c9577421d59094c5 (patch) | |
| tree | 3c3ed7333b19332f2ccd127b2711adbdd5260dcb | |
| parent | 5e4a68332203dbd55e41b16ed4269bfbd6f0e585 (diff) | |
test/feh-scr: Send less keys to avoid timing problems
| -rwxr-xr-x | test/feh-scr.i | 2 | 
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(); | 
