summaryrefslogtreecommitdiff
path: root/test/run-interactive
blob: 2181cb7e80829d2e57b1dab5bc72e277d2dde8d6 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

Xnest :1 > /dev/null 2>&1 &
pid=${!}

DISPLAY=:1 prove test/feh.i

kill ${pid}