summaryrefslogtreecommitdiff
path: root/test/run-bg
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2010-10-03 00:38:05 +0200
committerDaniel Friesel <derf@finalrewind.org>2010-10-03 00:38:05 +0200
commitf35b6c221134784b2f53f15b72b809d93f03a5ca (patch)
treefb258df83bc2ee0bff2f81427d7dbba2c7653f64 /test/run-bg
parent95fccf0010256b0dc1cdfd9342cf877bc7feef6b (diff)
Clean up test directory
Diffstat (limited to 'test/run-bg')
-rwxr-xr-xtest/run-bg3
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}