mirror of
https://github.com/ceph/ceph
synced 2025-03-22 10:17:23 +00:00
qa/workunits: replace 'realpath' with 'readlink -f' in fsstress.sh
Fixes: http://tracker.ceph.com/issues/36409 Signed-off-by: Jason Dillaman <dillaman@redhat.com>
This commit is contained in:
parent
bc4a306790
commit
ddb7e5eb80
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user