diff options
author | mwilck@arcor.de <mwilck@arcor.de> | 2013-10-25 12:07:39 +0200 |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2013-04-23 06:55:32 +0200 |
commit | a6592497cdde1fb024a5dee5916d8dc40e4973b6 (patch) | |
tree | 614c1e30fec1799333860b3fc3154478a43f4ad6 /tests/10ddf-create | |
parent | monitor: treat unreadable array_state as clean (diff) | |
download | mdadm-a6592497cdde1fb024a5dee5916d8dc40e4973b6.tar.xz mdadm-a6592497cdde1fb024a5dee5916d8dc40e4973b6.zip |
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/10ddf-create')
-rw-r--r-- | tests/10ddf-create | 6 |
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 |