From 2e0dceb6165d0a93581284fa2e0d74abe4ee615b Mon Sep 17 00:00:00 2001 From: Raghavendra Bhat Date: Fri, 2 Dec 2016 15:24:46 -0500 Subject: 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 Reviewed-on: https://review.gluster.org/16027 Smoke: Gluster Build System NetBSD-regression: NetBSD Build System CentOS-regression: Gluster Build System Reviewed-by: Kotresh HR --- tests/volume.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/volume.rc') diff --git a/tests/volume.rc b/tests/volume.rc index e3ae408f971..bd51893392e 100644 --- a/tests/volume.rc +++ b/tests/volume.rc @@ -618,7 +618,7 @@ function get_scrubd_count { } function get_quarantine_count { - ls -l "$1/.glusterfs/quanrantine" | wc -l + ls -l "$1/.glusterfs/quarantine" | wc -l } function get_quotad_count { -- cgit