diff options
Diffstat (limited to 'test/run-interactive')
-rwxr-xr-x | test/run-interactive | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/run-interactive b/test/run-interactive index 2b38c00..d6f3fc4 100755 --- a/test/run-interactive +++ b/test/run-interactive @@ -1,8 +1,8 @@ #!/bin/sh -Xnest :1 > /dev/null 2>&1 & +Xnest -geometry 500x500 :7 > /dev/null 2>&1 & pid=${!} -DISPLAY=:1 prove -v test/feh.i +DISPLAY=:7 prove -v test/feh.i kill ${pid} |