summaryrefslogtreecommitdiffstats
path: root/tests/bugs/bug-873962.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs/bug-873962.t')
-rwxr-xr-xtests/bugs/bug-873962.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/bug-873962.t b/tests/bugs/bug-873962.t
index 80652f38abe..bd3132ce7f0 100755
--- a/tests/bugs/bug-873962.t
+++ b/tests/bugs/bug-873962.t
@@ -76,7 +76,7 @@ TEST setfattr -n trusted.afr.$V0-client-1 -v 0x000000000000000000000000 $B0/${V0
EXPECT "2" cat $M0/a;
# FAIL HERE - see comment about cluster.self-heal-background-count above.
EXPECT "2" cat $M1/a;
-TEST dd if=$M0/b of=/dev/null bs=1M
+TEST dd if=$M0/b of=/dev/null bs=1024k
EXPECT "def" getfattr -n trusted.mdata --only-values $M0/b 2>/dev/null
EXPECT "def" getfattr -n trusted.mdata --only-values $M1/b 2>/dev/null