summaryrefslogtreecommitdiffstats
path: root/tests/05r1-bitmapfile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/05r1-bitmapfile')
-rw-r--r--tests/05r1-bitmapfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/05r1-bitmapfile b/tests/05r1-bitmapfile
index d227576..59564cb 100644
--- a/tests/05r1-bitmapfile
+++ b/tests/05r1-bitmapfile
@@ -32,10 +32,10 @@ fi
mdadm -S $md0
mdadm --assemble -R $md0 --bitmap=$bmf $dev2
+dirty4=`mdadm -X $bmf | sed -n -e 's/.*Bitmap.* \([0-9]*\) dirty.*/\1/p'`
mdadm $md0 --add $dev1
-check recovery
+#it is too fast# check recovery
-dirty4=`mdadm -X $bmf | sed -n -e 's/.*Bitmap.* \([0-9]*\) dirty.*/\1/p'`
check wait
sleep 4
dirty5=`mdadm -X $bmf | sed -n -e 's/.*Bitmap.* \([0-9]*\) dirty.*/\1/p'`