qa/workunits: replace 'realpath' with 'readlink -f' in fsstress.sh
authorJason Dillaman <dillaman@redhat.com>
Thu, 11 Oct 2018 19:17:25 +0000 (15:17 -0400)
committerJason Dillaman <dillaman@redhat.com>
Tue, 16 Oct 2018 17:45:09 +0000 (13:45 -0400)
Fixes: http://tracker.ceph.com/issues/36409
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit ddb7e5eb80ebb78beff6dfb25042f0016a474491)

qa/workunits/suites/fsstress.sh

index fc9c0facf197fac1d823724192888fabb2ed0f1d..e5da5b4399801a48d01cdda0212691b401fd9423 100755 (executable)
@@ -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