filter out parent output for mkfs
authorTim Shimmin <tes@sgi.com>
Wed, 16 Nov 2005 02:49:46 +0000 (02:49 +0000)
committerTim Shimmin <tes@sgi.com>
Wed, 16 Nov 2005 02:49:46 +0000 (02:49 +0000)
Merge of master-melb:xfs-cmds:24451a by kenmcd.

  filter out parent output for mkfs - since exists on IRIX but not Linux yet

096

diff --git a/096 b/096
index ab855b90e2361e37b883d9f48a540809dc845e74..521b7a05c787911841600d3dfc4247f1f7c57cc6 100755 (executable)
--- a/096
+++ b/096
@@ -65,7 +65,8 @@ _mkfs_filter()
        -e 's/, lazy-count.*//' \
        -e '/inode-paths/d' \
        -e 's/\(log[    ]*=\).*bsize/\1LOG                    bsize/' \
-       -e 's/ *$//'
+       -e 's/ *$//' \
+   | grep -v parent
 }
 
 # real QA test starts here