mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
btrfs/104: Redirect mkfs output to avoid false alert
btrfs/104 doesn't redirect mkfs output correctly, which leads to false alert. Fix it. Signed-off-by: Su Yue <suy.fnst@cn.fujitsu.com> Reviewed-by: Eryu Guan <eguan@redhat.com> Signed-off-by: Eryu Guan <eguan@redhat.com>
This commit is contained in:
+1
-1
@@ -107,7 +107,7 @@ _explode_fs_tree () {
|
||||
|
||||
# Force the default leaf size as the calculations for making our btree
|
||||
# heights are based on that.
|
||||
_scratch_mkfs "--nodesize 16384"
|
||||
_scratch_mkfs "--nodesize 16384" >> $seqres.full 2>&1
|
||||
_scratch_mount
|
||||
|
||||
# populate the default subvolume and create a snapshot ('snap1')
|
||||
|
||||
Reference in New Issue
Block a user