Commit ce776bb1 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

update test/run-interactive (needs some sleep)

parent f3d11d51
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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=${?}