summaryrefslogtreecommitdiffstats
path: root/tests/bitrot/bug-1373520.t
diff options
context:
space:
mode:
authorRaghavendra Bhat <raghavendra@redhat.com>2016-12-02 15:24:46 -0500
committerJeff Darcy <jdarcy@redhat.com>2017-01-30 15:17:51 -0500
commit2e0dceb6165d0a93581284fa2e0d74abe4ee615b (patch)
treeb8f00397445def0441a79e15259e2f58bc8bc2f8 /tests/bitrot/bug-1373520.t
parentfaf43235e0b3308388d0146e65b3982c11661db0 (diff)
features/bit-rot-stub: use the correct spelling of quarantine for bad objects
container The directory for containing the list of bad objects was named "quanrantine" instead of "quarantine" Change-Id: I8c20381ac637201d9d1a224f5223e8dfbed53f1e BUG: 1401571 Signed-off-by: Raghavendra Bhat <raghavendra@redhat.com> Reviewed-on: https://review.gluster.org/16027 Smoke: Gluster Build System <jenkins@build.gluster.org> NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org> CentOS-regression: Gluster Build System <jenkins@build.gluster.org> Reviewed-by: Kotresh HR <khiremat@redhat.com>
Diffstat (limited to 'tests/bitrot/bug-1373520.t')
-rw-r--r--tests/bitrot/bug-1373520.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/bitrot/bug-1373520.t b/tests/bitrot/bug-1373520.t
index 67bb984888c..5e69ab78fe9 100644
--- a/tests/bitrot/bug-1373520.t
+++ b/tests/bitrot/bug-1373520.t
@@ -37,8 +37,8 @@ gfid1=$(getfattr -n glusterfs.gfid.string --only-values $M0/FILE1)
#Manually set bad-file xattr
TEST setfattr -n trusted.bit-rot.bad-file -v 0x3100 $B0/${V0}5/FILE1
-TEST touch "$B0/${V0}5/.glusterfs/quanrantine/$gfid1"
-TEST chmod 000 "$B0/${V0}5/.glusterfs/quanrantine/$gfid1"
+TEST touch "$B0/${V0}5/.glusterfs/quarantine/$gfid1"
+TEST chmod 000 "$B0/${V0}5/.glusterfs/quarantine/$gfid1"
EXPECT "3" get_quarantine_count "$B0/${V0}5";
TEST $CLI volume stop $V0