diff options
author | Daniel Friesel <derf@finalrewind.org> | 2010-10-03 11:20:15 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2010-10-03 11:20:15 +0200 |
commit | fdb56cff4f1da6ecf8e008b752b45b3a5e6494f8 (patch) | |
tree | 9325448e022562c613531971ccb423051e38830c /test/run-bg | |
parent | 0cb40fc2424952a4448585236b07c554344d579f (diff) |
Merge test/run-bg into test/feh-bg.i
Not possible for test/ren-interactive, unfortunately.
Diffstat (limited to 'test/run-bg')
-rwxr-xr-x | test/run-bg | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/test/run-bg b/test/run-bg deleted file mode 100755 index ee4dee5..0000000 --- a/test/run-bg +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh - -Xnest -geometry 500x500 :7 > /dev/null 2>&1 & -pid=${!} - -# Wallpaper setting requires a window manager to work reliably -DISPLAY=:7 twm > /dev/null 2>&1 & - -DISPLAY=:7 prove -v test/feh-bg.i -ret=${?} - -kill ${pid} - -exit ${ret} |