summaryrefslogtreecommitdiffstats
path: root/tests/bugs/bug-862967.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs/bug-862967.t')
-rw-r--r--tests/bugs/bug-862967.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/bug-862967.t b/tests/bugs/bug-862967.t
index 00fa884408a..bd500b1da9d 100644
--- a/tests/bugs/bug-862967.t
+++ b/tests/bugs/bug-862967.t
@@ -36,7 +36,7 @@ chown 1:1 $M0/dir;
# Kill a brick process
-kill -9 `cat /var/lib/glusterd/vols/$V0/run/$H0-d-backends-${V0}1.pid`;
+kill -9 `cat $GLUSTERD_WORKDIR/vols/$V0/run/$H0-d-backends-${V0}1.pid`;
# change dir ownership
NEW_UID=36;
NEW_GID=36;