Message ID | 168506060861.3732476.3517693645871830366.stgit@frogsfrogsfrogs (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [01/11] xfs/206: filter out the parent= status from mkfs | expand |
diff --git a/tests/xfs/206 b/tests/xfs/206 index cb346b6dc9..af86570a81 100755 --- a/tests/xfs/206 +++ b/tests/xfs/206 @@ -64,7 +64,8 @@ mkfs_filter() -e "s/\(sunit=\)\([0-9]* blks,\)/\10 blks,/" \ -e "s/, lazy-count=[0-9]//" \ -e "/.*crc=/d" \ - -e "/^Default configuration/d" + -e "/^Default configuration/d" \ + -e '/parent=/d' } # mkfs slightly smaller than that, small log for speed.