From 14b2943aef3be1ff05e6746e90def15a997ebada Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 11 Feb 2016 22:09:24 +0100 Subject: update test/run-interactive (needs some sleep) --- test/run-interactive | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/run-interactive b/test/run-interactive index 5c6f489..788ca3b 100755 --- a/test/run-interactive +++ b/test/run-interactive @@ -3,6 +3,8 @@ Xephyr -screen 500x500 :7 > /dev/null 2>&1 & pid=${!} +sleep 2 + DISPLAY=:7 prove -j1 test/feh-scr-i.t test/feh-i.t ret=${?} -- cgit v1.2.3