From: Christoph Hellwig Date: Tue, 28 Jan 2025 07:12:59 +0000 (+0100) Subject: common: remove the $FSYP check in _cleanup_dump X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=1f193e75d3f1d4d1c62214bc9d242e96a845442b;p=users%2Fhch%2Fxfstests-dev.git common: remove the $FSYP check in _cleanup_dump Despite the comment, _cleanup_dump is only called from xfs specific tests, so this is superfluous. Signed-off-by: Christoph Hellwig Reviewed-by: Darrick J. Wong Signed-off-by: Zorro Lang --- diff --git a/common/dump b/common/dump index 50b2ba03c..3761c1610 100644 --- a/common/dump +++ b/common/dump @@ -223,12 +223,6 @@ _require_tape() # _cleanup_dump() { - # Some tests include this before checking _supported_fs xfs - # and the sleeps & checks here get annoying - if [ "$FSTYP" != "xfs" ]; then - return - fi - cd $here if [ -n "$DEBUGDUMP" ]; then