summaryrefslogtreecommitdiffstats
path: root/tests/basic/ec/ec-read-policy.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/basic/ec/ec-read-policy.t')
-rw-r--r--tests/basic/ec/ec-read-policy.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basic/ec/ec-read-policy.t b/tests/basic/ec/ec-read-policy.t
index 4a85bf6ac53..e4390aa07cb 100644
--- a/tests/basic/ec/ec-read-policy.t
+++ b/tests/basic/ec/ec-read-policy.t
@@ -47,7 +47,7 @@ EXPECT_WITHIN $CONFIG_UPDATE_TIMEOUT "gfid-hash" mount_get_option_value $M0 $V0-
#Perform reads now from file on the mount, this only tests dispatch_min
TEST dd if=$M0/1 of=/dev/null bs=1M count=4
#TEST that reads are executed on all bricks
-gh_reads=$($CLI volume profile $V0 info cumulative| grep READ | wc -l)
+gh_reads=$($CLI volume profile $V0 info cumulative| grep -w READ | wc -l)
EXPECT "^4$" echo $gh_reads
cleanup;