diff --git a/tests/funcs/filter.sh b/tests/funcs/filter.sh index 2ff9d286..589eafe5 100644 --- a/tests/funcs/filter.sh +++ b/tests/funcs/filter.sh @@ -88,5 +88,8 @@ t_filter_dmesg() # change-devices causes loop device resizing re="$re|loop[0-9].* detected capacity change from.*" + # ignore systemd-journal rotating + re="$re|systemd-journald.*" + egrep -v "($re)" }