diff --git a/test/units/testsuite-17.03.sh b/test/units/testsuite-17.03.sh index 9af706fae16..56e352e1a0d 100755 --- a/test/units/testsuite-17.03.sh +++ b/test/units/testsuite-17.03.sh @@ -8,6 +8,9 @@ KILL_PID= setup() { mkdir -p "${TEST_RULE%/*}" [[ -e /etc/udev/udev.conf ]] && cp -f /etc/udev/udev.conf /etc/udev/udev.conf.bak + # Don't bother storing the coredumps in journal for this particular test + mkdir -p /run/systemd/coredump.conf.d/ + echo -ne "[Coredump]\nStorage=external\n" >/run/systemd/coredump.conf.d/99-storage-journal.conf cat >"${TEST_RULE}" <