From a2233efb9dbcfa9256a4a361ee7fbcf497a2acf9 Mon Sep 17 00:00:00 2001 From: Tim Shimmin Date: Wed, 16 Nov 2005 02:49:46 +0000 Subject: [PATCH] filter out parent output for mkfs Merge of master-melb:xfs-cmds:24451a by kenmcd. filter out parent output for mkfs - since exists on IRIX but not Linux yet --- 096 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/096 b/096 index ab855b90..521b7a05 100755 --- 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 -- 2.47.3