summaryrefslogtreecommitdiffstats
path: root/tests/bugs/bug-1047416.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs/bug-1047416.t')
-rw-r--r--tests/bugs/bug-1047416.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/bug-1047416.t b/tests/bugs/bug-1047416.t
index 53c7f861462..67a0fea5259 100644
--- a/tests/bugs/bug-1047416.t
+++ b/tests/bugs/bug-1047416.t
@@ -6,7 +6,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