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