public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch@lst.de>
To: xfs@oss.sgi.com
Subject: [PATCH] fix XFSQA 096 for recent xfsprogs
Date: Tue, 22 Jul 2008 10:50:07 +0200	[thread overview]
Message-ID: <20080722085007.GA32499@lst.de> (raw)

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' \

                 reply	other threads:[~2008-07-22  8:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080722085007.GA32499@lst.de \
    --to=hch@lst.de \
    --cc=xfs@oss.sgi.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox