diff options
Diffstat (limited to 'tests/basic/self-heald.t')
-rw-r--r-- | tests/basic/self-heald.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basic/self-heald.t b/tests/basic/self-heald.t index 913cfc80599..b5815a6773f 100644 --- a/tests/basic/self-heald.t +++ b/tests/basic/self-heald.t @@ -19,7 +19,7 @@ cd $M0 HEAL_FILES=0 for i in {1..10} do - dd if=/dev/urandom of=f bs=1M count=10 2>/dev/null + dd if=/dev/urandom of=f bs=1024k count=10 2>/dev/null HEAL_FILES=$(($HEAL_FILES+1)) mkdir a; cd a; HEAL_FILES=$(($HEAL_FILES+3)) #As many times as distribute subvols |