]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/workunits/rados/test_rados_tool: fix copy paste error 8977/head
authorSage Weil <sage@redhat.com>
Fri, 6 May 2016 18:54:41 +0000 (14:54 -0400)
committerSage Weil <sage@redhat.com>
Fri, 6 May 2016 18:54:41 +0000 (14:54 -0400)
Signed-off-by: Sage Weil <sage@redhat.com>
qa/workunits/rados/test_rados_tool.sh

index 92b81a09f40980ce5e6bf940d4c7d1da534b49cc..8aef84aedbd733b6f37986d56db3135b00088e93 100755 (executable)
@@ -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