diff options
Diffstat (limited to 'tests/bugs/bug-921231.t')
-rw-r--r-- | tests/bugs/bug-921231.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/bug-921231.t b/tests/bugs/bug-921231.t index db9cf3b6f06..79c7522a24a 100644 --- a/tests/bugs/bug-921231.t +++ b/tests/bugs/bug-921231.t @@ -8,7 +8,7 @@ cleanup; function write_to_file { - dd of=$M0/1 if=/dev/zero bs=1M count=128 oflag=append 2>&1 >/dev/null + dd of=$M0/1 if=/dev/zero bs=1024k count=128 oflag=append 2>&1 >/dev/null } TEST glusterd |