diff options
Diffstat (limited to 'test/run-interactive')
-rwxr-xr-x | test/run-interactive | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run-interactive b/test/run-interactive index fab6517..d801ac6 100755 --- a/test/run-interactive +++ b/test/run-interactive @@ -1,6 +1,6 @@ #!/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 |