Fix coupel of newer tests to work with external log/rt devices too.

Merge of master-melb:xfs-cmds:26371a by kenmcd.
This commit is contained in:
Nathan Scott
2006-06-29 03:50:18 +00:00
parent 0b79635a78
commit 3a588d7a6e
4 changed files with 12 additions and 11 deletions
+1
View File
@@ -66,6 +66,7 @@ _mkfs_filter()
-e 's/, lazy-count.*//' \
-e '/inode-paths/d' \
-e 's/\(log[ ]*=\).*bsize/\1LOG bsize/' \
-e 's/\(realtime[ ]*=\).*extsz/\1REALTIME extsz/' \
-e 's/ *$//' \
| grep -v parent
}