[PATCH 4/9] 069: make scratch mkfs quiet

Eric Sandeen sandeen at sandeen.net
Wed May 27 13:53:28 CDT 2009


The _scratch_mkfs call in test 069 was not redirecting
stderr to /dev/null; other mkfs's may be more noisy
on stderr.

Signed-off-by: Eric Sandeen <sandeen at sandeen.net>
---
 069 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/069 b/069
index 4950901..78689ed 100755
--- a/069
+++ b/069
@@ -32,7 +32,7 @@ rm -f $seq.full
 umount $SCRATCH_DEV >/dev/null 2>&1
 
 echo "*** mkfs"
-_scratch_mkfs >/dev/null || _fail "mkfs failed"
+_scratch_mkfs >/dev/null 2>&1 || _fail "mkfs failed"
 
 echo "*** mount FS"
 _scratch_mount >/dev/null || _fail "mount failed"
-- 
1.5.5.6




More information about the xfs mailing list