From: Yu Watanabe Date: Fri, 17 May 2024 05:15:51 +0000 (+0900) Subject: test: do not fill journal with diff X-Git-Tag: v256-rc3~48^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F32885%2Fhead;p=thirdparty%2Fsystemd.git test: do not fill journal with diff --- diff --git a/test/units/TEST-63-PATH.sh b/test/units/TEST-63-PATH.sh index ea8cd945edd..cdd323cba65 100755 --- a/test/units/TEST-63-PATH.sh +++ b/test/units/TEST-63-PATH.sh @@ -118,7 +118,7 @@ timeout 30 bash -c 'until test "$(systemctl show test63-pr-30768.service -P Acti diff /tmp/copyme /tmp/copied echo test2 > /tmp/copyme exec {lock}<&- -timeout 30 bash -c 'until diff /tmp/copyme /tmp/copied; do sleep .2; done' +timeout 30 bash -c 'until diff /tmp/copyme /tmp/copied >/dev/null; do sleep .2; done' systemctl log-level info