* 'flock' of https://github.com/cgoesche/util-linux-fork:
tests: (flock) adjust commands to better track test coverage
# Conflicts:
# tests/ts/flock/flock
cd "$TS_OUTDIR" || ts_failed "failed to change directory to $TS_OUTDIR"
rm 4 2> /dev/null
exec 4<>$TS_OUTDIR/lockfile || ts_log "Could not open lockfile"
- $TS_CMD_FLOCK $api_arg --nonblock --exclusive --conflict-exit-code 123 4 \
+ $TS_CMD_FLOCK $api_arg --nonblocking --exclusive --conflict-exit-code 123 4 \
- >> $TS_OUTPUT 2>> $TS_ERRLOG
+ >> "$TS_OUTPUT" 2>> "$TS_ERRLOG"
rc="$?"