From ddb7e5eb80ebb78beff6dfb25042f0016a474491 Mon Sep 17 00:00:00 2001 From: Jason Dillaman Date: Thu, 11 Oct 2018 15:17:25 -0400 Subject: [PATCH] qa/workunits: replace 'realpath' with 'readlink -f' in fsstress.sh Fixes: http://tracker.ceph.com/issues/36409 Signed-off-by: Jason Dillaman --- qa/workunits/suites/fsstress.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/workunits/suites/fsstress.sh b/qa/workunits/suites/fsstress.sh index fc9c0facf19..e5da5b43998 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