]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: don't truncate the final journal
authorFrantisek Sumsal <frantisek@sumsal.cz>
Sat, 23 Dec 2023 14:11:11 +0000 (15:11 +0100)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Sat, 23 Dec 2023 14:35:08 +0000 (15:35 +0100)
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

index 2a8f7972e407ce2e6068d35b50f40be323a1ff6d..9c2a033aa98d17ce1517bf42cf30c31c187ab0ea 100755 (executable)
@@ -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