tests: fix test_rados_tools.sh rados lookup

http://tracker.ceph.com/issues/13691 Fixes: #13691

Signed-off-by: Loic Dachary <loic@dachary.org>
This commit is contained in:
Loic Dachary 2015-11-09 12:57:11 +01:00
parent cbe25efe39
commit 402d181ede

View File

@ -53,7 +53,7 @@ DNAME="`dirname $0`"
DNAME="`readlink -f $DNAME`"
RADOS_TOOL="`readlink -f \"$DNAME/../rados\"`"
if ! test -f $RADOS_TOOL ; then
RADOS_TOOL=rados
RADOS_TOOL=$(which rados)
fi
KEEP_TEMP_FILES=0
POOL=trs_pool