From eb3cdf49b17bdb511a4599f3814a6dfb503f85fb Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Sat, 23 Dec 2023 15:11:11 +0100 Subject: [PATCH] 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. --- test/units/testsuite-04.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/units/testsuite-04.sh b/test/units/testsuite-04.sh index 2a8f7972e4..9c2a033aa9 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