fixup! tests/run.sh: shellcheck and other fixes

This commit is contained in:
Daniel Hahler 2016-12-25 03:09:43 +01:00
parent a944636c02
commit 8c9a1b5491

View file

@ -176,7 +176,6 @@ fi
# Start awesome.
start_awesome() {
export DISPLAY="$D"
cd "$build_dir"
# Kill awesome after $timeout_stale seconds (e.g. for errors during test setup).
DISPLAY="$D" timeout "$timeout_stale" "$AWESOME" -c "$RC_FILE" "${awesome_options[@]}" > "$awesome_log" 2>&1 &