summaryrefslogtreecommitdiff
path: root/test/run-interactive
diff options
context:
space:
mode:
Diffstat (limited to 'test/run-interactive')
-rwxr-xr-xtest/run-interactive8
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}