From: mwilck@arcor.de Date: Fri, 25 Oct 2013 10:07:39 +0000 (+0200) Subject: tests/10ddf-create: omit log output check X-Git-Tag: mdadm-3.3-rc1~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6592497cdde1fb024a5dee5916d8dc40e4973b6;p=thirdparty%2Fmdadm.git 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 Signed-off-by: NeilBrown --- 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