summaryrefslogtreecommitdiffstats
path: root/tests/bugs/859927/repl.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs/859927/repl.t')
-rwxr-xr-xtests/bugs/859927/repl.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/859927/repl.t b/tests/bugs/859927/repl.t
index 9ac524fc1bd..0094f43dfca 100755
--- a/tests/bugs/859927/repl.t
+++ b/tests/bugs/859927/repl.t
@@ -11,7 +11,7 @@ TEST pidof glusterd
function create_setup_for_self_heal {
file=$1
kill_brick $V0 $H0 $B0/${V0}1
- dd of=$file if=/dev/urandom bs=1M count=1 2>&1 > /dev/null
+ dd of=$file if=/dev/urandom bs=1024k count=1 2>&1 > /dev/null
$CLI volume start $V0 force
}