summaryrefslogtreecommitdiffstats
path: root/tests/bugs/bug-955588.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs/bug-955588.t')
-rwxr-xr-xtests/bugs/bug-955588.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/bug-955588.t b/tests/bugs/bug-955588.t
index 3f03611673d..182035c6132 100755
--- a/tests/bugs/bug-955588.t
+++ b/tests/bugs/bug-955588.t
@@ -18,7 +18,7 @@ function get_brick_host_uuid()
TEST $CLI volume create $V0 replica 2 $H0:$B0/${V0}{0,1}
-uuid=`grep UUID /var/lib/glusterd/glusterd.info | cut -f2 -d=`
+uuid=`grep UUID $GLUSTERD_WORKDIR/glusterd.info | cut -f2 -d=`
EXPECT $uuid get_brick_host_uuid $V0
TEST $CLI volume delete $V0;