| To: | xfs-dev <xfs-dev@xxxxxxx> |
|---|---|
| Subject: | [patch] xfsqa - fix redirection in 091 |
| From: | David Chinner <dgc@xxxxxxx> |
| Date: | Thu, 10 Apr 2008 14:27:01 +1000 |
| Cc: | xfs-oss <xfs@xxxxxxxxxxx> |
| Sender: | xfs-bounce@xxxxxxxxxxx |
| User-agent: | Mutt/1.4.2.1i |
Fix the filtering of xfsinfo by punting stdout to /dev/null.
Signed-off-by: Dave Chinner <dgc@xxxxxxx>
---
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
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [patch] remove unnecessary periodic superblock logging., David Chinner |
|---|---|
| Next by Date: | Re: [patch] xfsqa - fix redirection in 091, Barry Naujok |
| Previous by Thread: | [patch] remove unnecessary periodic superblock logging., David Chinner |
| Next by Thread: | Re: [patch] xfsqa - fix redirection in 091, Barry Naujok |
| Indexes: | [Date] [Thread] [Top] [All Lists] |