1
0
mirror of https://github.com/ceph/ceph synced 2025-04-01 23:02:17 +00:00

qa/workunits/rados/test_rados_tool: fix copy paste error

Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
Sage Weil 2016-05-06 14:54:41 -04:00
parent a122569dfd
commit 7f1bc1b038

View File

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