diff options
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} |