diff options
author | Daniel Friesel <derf@finalrewind.org> | 2010-10-03 00:38:05 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2010-10-03 00:38:05 +0200 |
commit | f35b6c221134784b2f53f15b72b809d93f03a5ca (patch) | |
tree | fb258df83bc2ee0bff2f81427d7dbba2c7653f64 /test/run-interactive | |
parent | 95fccf0010256b0dc1cdfd9342cf877bc7feef6b (diff) |
Clean up test directory
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} |