1 2 3 4 5 6 7 8
#!/bin/sh Xnest :1 > /dev/null 2>&1 & pid=${!} DISPLAY=:1 prove -v test/feh.i kill ${pid}