btrfs/205: Ignore output of chattr command
[xfstests-dev.git] / tests / btrfs / 205
index 66355678f7d29b9d7b486a9de7d27387b3fd6fcd..ab4261488ebe24b1ada7219870d6fd096f387203 100755 (executable)
@@ -48,7 +48,7 @@ run_tests()
     # extent. It has a file size of 128K.
     echo "Creating file foo1"
     touch $SCRATCH_MNT/foo1
-    $CHATTR_PROG +c $SCRATCH_MNT/foo1
+    $CHATTR_PROG +c $SCRATCH_MNT/foo1 > /dev/null 2>&1
     $XFS_IO_PROG -c "pwrite -S 0xab 0 4K" \
                 -c "fsync" \
                 -c "pwrite -S 0xab 4K 124K" \