From: Timothy Shimmin <tes@sgi.com>
To: David Chinner <dgc@sgi.com>
Cc: xfs-dev <xfs-dev@sgi.com>, xfs-oss <xfs@oss.sgi.com>
Subject: Re: [patch] xfsqa - fix redirection in 091
Date: Thu, 10 Apr 2008 14:32:58 +1000 [thread overview]
Message-ID: <47FD987A.40804@sgi.com> (raw)
In-Reply-To: <20080410042701.GG108924158@sgi.com>
David Chinner wrote:
> Fix the filtering of xfsinfo by punting stdout to /dev/null.
>
> Signed-off-by: Dave Chinner <dgc@sgi.com>
> ---
> xfstests/091 | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> Index: xfs-cmds/xfstests/091
> ===================================================================
> --- xfs-cmds.orig/xfstests/091 2008-04-08 12:25:08.000000000 +1000
> +++ xfs-cmds/xfstests/091 2008-04-10 07:33:10.674694972 +1000
> @@ -50,7 +50,7 @@ kernel=`uname -r | sed -e 's/\(2\..\).*
>
> # 2.6 Linux kernels support sector aligned direct I/O only
> if [ "$HOSTOS" = "Linux" -a "$kernel" = "2.6" ]; then
> - xfs_info $TEST_DIR | _filter_mkfs 2> $tmp.info
> + xfs_info $TEST_DIR | _filter_mkfs 2> $tmp.info > /dev/null
> if [ $? -eq 0 ]; then
> source $tmp.info
> bsize=$sectsz
fine
--Tim
prev parent reply other threads:[~2008-04-10 4:32 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-10 4:27 [patch] xfsqa - fix redirection in 091 David Chinner
2008-04-10 4:31 ` Barry Naujok
2008-04-10 4:32 ` Timothy Shimmin [this message]
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=47FD987A.40804@sgi.com \
--to=tes@sgi.com \
--cc=dgc@sgi.com \
--cc=xfs-dev@sgi.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.