diff --git a/tests/funcs/filter.sh b/tests/funcs/filter.sh index 766ab562..2ff9d286 100644 --- a/tests/funcs/filter.sh +++ b/tests/funcs/filter.sh @@ -85,5 +85,8 @@ t_filter_dmesg() re="$re|scoutfs .* error.*server failed to bind to.*" re="$re|scoutfs .* critical transaction commit failure.*" + # change-devices causes loop device resizing + re="$re|loop[0-9].* detected capacity change from.*" + egrep -v "($re)" }