From: Jason Dillaman Date: Thu, 11 Oct 2018 19:17:25 +0000 (-0400) Subject: qa/workunits: replace 'realpath' with 'readlink -f' in fsstress.sh X-Git-Tag: v14.0.1~61^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ddb7e5eb80ebb78beff6dfb25042f0016a474491;p=ceph.git qa/workunits: replace 'realpath' with 'readlink -f' in fsstress.sh Fixes: http://tracker.ceph.com/issues/36409 Signed-off-by: Jason Dillaman --- diff --git a/qa/workunits/suites/fsstress.sh b/qa/workunits/suites/fsstress.sh index fc9c0facf197..e5da5b439980 100755 --- a/qa/workunits/suites/fsstress.sh +++ b/qa/workunits/suites/fsstress.sh @@ -8,7 +8,7 @@ wget -q -O ltp-full.tgz http://download.ceph.com/qa/ltp-full-20091231.tgz tar xzf ltp-full.tgz pushd ltp-full-20091231/testcases/kernel/fs/fsstress make -BIN=$(realpath fsstress) +BIN=$(readlink -f fsstress) popd popd