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

Xnest :1 &
pid=${!}

DISPLAY=:1 prove test/feh.i

kill ${pid}