summaryrefslogtreecommitdiff
path: root/tests/05r1-grow-internal-1
diff options
context:
space:
mode:
Diffstat (limited to 'tests/05r1-grow-internal-1')
-rw-r--r--tests/05r1-grow-internal-12
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/05r1-grow-internal-1 b/tests/05r1-grow-internal-1
index a110f3b0..2f0d8237 100644
--- a/tests/05r1-grow-internal-1
+++ b/tests/05r1-grow-internal-1
@@ -19,7 +19,7 @@ dirty4=`mdadm -X $dev2 | sed -n -e 's/.*Bitmap.* \([0-9]*\) dirty.*/\1/p'`
#echo $dirty1 $dirty2 $dirty3 $dirty4
if [ $dirty2 -ne 0 -o $dirty4 -ne 0 -o $dirty3 -lt 400 ]
-then
+then
echo bad dirty counts
exit 1
fi