diff options
Diffstat (limited to 'test/run-interactive')
-rwxr-xr-x | test/run-interactive | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/run-interactive b/test/run-interactive new file mode 100755 index 0000000..d86c09c --- /dev/null +++ b/test/run-interactive @@ -0,0 +1,8 @@ +#!/bin/sh + +Xnest :1 & +pid=${!} + +DISPLAY=:1 prove test/feh.i + +kill ${pid} |