summaryrefslogtreecommitdiff
path: root/tests/05r1-grow-internal
diff options
context:
space:
mode:
Diffstat (limited to 'tests/05r1-grow-internal')
-rw-r--r--tests/05r1-grow-internal2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/05r1-grow-internal b/tests/05r1-grow-internal
index a648b440..24b3aece 100644
--- a/tests/05r1-grow-internal
+++ b/tests/05r1-grow-internal
@@ -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