summaryrefslogtreecommitdiff
path: root/test/run-interactive
diff options
context:
space:
mode:
Diffstat (limited to 'test/run-interactive')
-rwxr-xr-xtest/run-interactive6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/run-interactive b/test/run-interactive
index fab6517..788ca3b 100755
--- a/test/run-interactive
+++ b/test/run-interactive
@@ -1,9 +1,11 @@
#!/bin/sh
-Xnest -geometry 500x500 :7 > /dev/null 2>&1 &
+Xephyr -screen 500x500 :7 > /dev/null 2>&1 &
pid=${!}
-DISPLAY=:7 prove test/feh-scr.i test/feh.i
+sleep 2
+
+DISPLAY=:7 prove -j1 test/feh-scr-i.t test/feh-i.t
ret=${?}
kill ${pid}