* [PATCH] fix XFSQA 096 for recent xfsprogs
@ 2008-07-22 8:50 Christoph Hellwig
0 siblings, 0 replies; only message in thread
From: Christoph Hellwig @ 2008-07-22 8:50 UTC (permalink / raw)
To: xfs
With recent xfsprogs xfs_info is aware of the case insensitive support
and displays ascii-ci=[01] in the naming section. Update testcase 096
to strip away this information in the big sed expression.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Index: xfstests/096
===================================================================
RCS file: /cvs/xfs-cmds/xfstests/096,v
retrieving revision 1.13
diff -u -p -r1.13 096
--- xfstests/096 30 Nov 2007 03:07:14 -0000 1.13
+++ xfstests/096 22 Jul 2008 08:34:53 -0000
@@ -64,6 +64,7 @@ _mkfs_filter()
-e '/ *= *sectsz=[0-9][0-9]* *attr=[0-9][0-9]*$/d' \
-e '/ *= *mmr=[0-9][0-9]* *$/d' \
-e 's/ *mixed-case=[YN]//' \
+ -e 's/ *ascii-ci=[01]//' \
-e 's/sectsz=[0-9][0-9]* *//' \
-e 's/, lazy-count.*//' \
-e '/inode-paths/d' \
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-07-22 8:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-22 8:50 [PATCH] fix XFSQA 096 for recent xfsprogs Christoph Hellwig
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox