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 d86c09c..2181cb7 100755 --- a/test/run-interactive +++ b/test/run-interactive @@ -1,6 +1,6 @@ #!/bin/sh -Xnest :1 & +Xnest :1 > /dev/null 2>&1 & pid=${!} DISPLAY=:1 prove test/feh.i |