>> Add the removed 2>&1 back in these two tests. > > Wasn't this already fixed in the for-next branch? > > https://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git/commit/?h=for-next&id=bbeaf7d1cbf2db50549cdc95b4d2099748641b1c > Ah, you are right. I am not too familiar with xfstests workflow, so I just pulled the latest master and these changes were not there. Thanks for the commit info. I will use for-next branch for now. >> >> Fixes: f55e46d6 ("fstests: redirect fsstress' stdout to $seqres.full instead of /dev/null") >> Signed-off-by: Pankaj Raghav <p.raghav@xxxxxxxxxxx> >> ---