Newer
Older
Birte Kristina Friesel
committed
#!/bin/sh
Xephyr -screen 500x500 :7 > /dev/null 2>&1 &
Birte Kristina Friesel
committed
pid=${!}
DISPLAY=:7 prove -j1 test/feh-scr-i.t test/feh-i.t
Birte Kristina Friesel
committed
kill ${pid}