summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authormwilck@arcor.de <mwilck@arcor.de>2013-10-25 12:07:39 +0200
committerNeilBrown <neilb@suse.de>2013-04-23 14:55:32 +1000
commita6592497cdde1fb024a5dee5916d8dc40e4973b6 (patch)
tree614c1e30fec1799333860b3fc3154478a43f4ad6 /tests
parent6b374ba36843e3e72bf433069bfd8541102958f3 (diff)
tests/10ddf-create: omit log output check
The test script was counting output lines - its expectations don't match the current code any more. Remove this pointless test. Signed-off-by: Martin Wilck <mwilck@arcor.de> Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'tests')
-rw-r--r--tests/10ddf-create6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/10ddf-create b/tests/10ddf-create
index 09256128..3055a5d2 100644
--- a/tests/10ddf-create
+++ b/tests/10ddf-create
@@ -67,11 +67,7 @@ mdadm -Ss
# and now assemble fully incrementally.
for i in $dev8 $dev9 $dev10 $dev11 $dev12
do
- #./mdadm -I $i -vv 2>&1 | wc -l > /tmp/cnt
- ./mdadm -I $i 2> /tmp/thing
- wc -l < /tmp/thing > /tmp/cnt
- # should find container and 2 devices, so 3 lines.
- [ `cat /tmp/cnt` -eq 3 ]
+ mdadm -I $i -c /var/tmp/mdadm.conf
done
check nosync
udevadm settle