diff mbox series

fstests: btrfs/176: redirect _format_swapfile to null

Message ID c7b5fe8406c425736f638f4d9eba9fc707a1d9db.1637767047.git.josef@toxicpanda.com (mailing list archive)
State New, archived
Headers show
Series fstests: btrfs/176: redirect _format_swapfile to null | expand

Commit Message

Josef Bacik Nov. 24, 2021, 3:17 p.m. UTC
Since bb0ab7b2 ("common/rc: Enable _format_swapfile to return the swap
size") we started echo'ing out the swap file size, which is polluting
the golden output for btrfs/176 causing it to fail.  Fix this by
redirecting the output to /dev/null.

Signed-off-by: Josef Bacik <josef@toxicpanda.com>
---
 tests/btrfs/176 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/tests/btrfs/176 b/tests/btrfs/176
index 4cd510b6..33f9a061 100755
--- a/tests/btrfs/176
+++ b/tests/btrfs/176
@@ -47,7 +47,7 @@  _check_scratch_fs "$scratch_dev2"
 echo "Replace device"
 _scratch_mkfs >> $seqres.full 2>&1
 _scratch_mount
-_format_swapfile "$SCRATCH_MNT/swap" $(($(get_page_size) * 10))
+_format_swapfile "$SCRATCH_MNT/swap" $(($(get_page_size) * 10)) > /dev/null
 $BTRFS_UTIL_PROG device add -f "$scratch_dev2" "$SCRATCH_MNT" >> $seqres.full
 swapon "$SCRATCH_MNT/swap" 2>&1 | _filter_scratch
 # Again, we know the swap file is on device 1.