From: Frantisek Sumsal Date: Sat, 23 Dec 2023 14:11:11 +0000 (+0100) Subject: test: don't truncate the final journal X-Git-Tag: v256-rc1~1405^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eb3cdf49b17bdb511a4599f3814a6dfb503f85fb;p=thirdparty%2Fsystemd.git test: don't truncate the final journal This is no longer necessary, as the test for which this was introduced in the first place has this handled explicitly (testsuite-04.journal.sh). Follow-up to 9457dd8bae. --- diff --git a/test/units/testsuite-04.sh b/test/units/testsuite-04.sh index 2a8f7972e40..9c2a033aa98 100755 --- a/test/units/testsuite-04.sh +++ b/test/units/testsuite-04.sh @@ -3,9 +3,6 @@ set -eux set -o pipefail -# Limit the maximum journal size -trap "journalctl --rotate --vacuum-size=20M" EXIT - # shellcheck source=test/units/test-control.sh . "$(dirname "$0")"/test-control.sh