From 55732636edcdd9d01fa89ee7ca569fd94522fdc7 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Fri, 17 May 2024 14:15:51 +0900 Subject: [PATCH] test: do not fill journal with diff --- test/units/TEST-63-PATH.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3