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-bg | |
parent | 95fccf0010256b0dc1cdfd9342cf877bc7feef6b (diff) |
Clean up test directory
Diffstat (limited to 'test/run-bg')
-rwxr-xr-x | test/run-bg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/run-bg b/test/run-bg index df5d6ac..ee4dee5 100755 --- a/test/run-bg +++ b/test/run-bg @@ -7,5 +7,8 @@ pid=${!} DISPLAY=:7 twm > /dev/null 2>&1 & DISPLAY=:7 prove -v test/feh-bg.i +ret=${?} kill ${pid} + +exit ${ret} |