From: Jens Axboe Date: Sun, 20 Feb 2022 19:28:51 +0000 (-0700) Subject: Merge branch 'spelling' of https://github.com/scop/fio X-Git-Tag: fio-3.30~36 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=fa7b1e3ff999a03e9780bba5d2ed34dd887dc733 Merge branch 'spelling' of https://github.com/scop/fio * 'spelling' of https://github.com/scop/fio: Spelling and grammar fixes Signed-off-by: Jens Axboe --- fa7b1e3ff999a03e9780bba5d2ed34dd887dc733 diff --cc t/one-core-peak.sh index 466dbdd4,63ca2093..3ac119f6 --- a/t/one-core-peak.sh +++ b/t/one-core-peak.sh @@@ -33,8 -33,8 +33,8 @@@ check_binary() # Ensure the binaries are present and executable for bin in "$@"; do if [ ! -x ${bin} ]; then - which ${bin} >/dev/null + command -v ${bin} >/dev/null - [ $? -eq 0 ] || fatal "${bin} doesn't exists or is not executable" + [ $? -eq 0 ] || fatal "${bin} doesn't exist or is not executable" fi done }