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