summaryrefslogtreecommitdiffstats
path: root/tests/bugs/bug-858215.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs/bug-858215.t')
-rwxr-xr-xtests/bugs/bug-858215.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/bugs/bug-858215.t b/tests/bugs/bug-858215.t
index c93ff8b97..aee7d5fcb 100755
--- a/tests/bugs/bug-858215.t
+++ b/tests/bugs/bug-858215.t
@@ -55,7 +55,7 @@ do
done
dump_dir='/tmp/gerrit_glusterfs'
-cat >/tmp/glusterdump.options <<EOF
+cat >$statedumpdir/glusterdump.options <<EOF
all=yes
path=$dump_dir
EOF
@@ -76,6 +76,6 @@ TEST $CLI volume delete $V0;
TEST ! $CLI volume info $V0;
TEST rm -rf $dump_dir;
-TEST rm /tmp/glusterdump.options;
+TEST rm $statedumpdir/glusterdump.options;
cleanup;