From: Sage Weil Date: Fri, 6 May 2016 18:54:41 +0000 (-0400) Subject: qa/workunits/rados/test_rados_tool: fix copy paste error X-Git-Tag: v11.0.0~649^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F8977%2Fhead;p=ceph.git qa/workunits/rados/test_rados_tool: fix copy paste error Signed-off-by: Sage Weil --- diff --git a/qa/workunits/rados/test_rados_tool.sh b/qa/workunits/rados/test_rados_tool.sh index 92b81a09f409..8aef84aedbd7 100755 --- a/qa/workunits/rados/test_rados_tool.sh +++ b/qa/workunits/rados/test_rados_tool.sh @@ -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