mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
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.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user