diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2022-09-05 13:54:22 +0200 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2022-09-05 17:27:48 +0200 |
commit | e4050ff41eab89f481049a53a9c3215fcaca79a0 (patch) | |
tree | e6d30eedb3f1a366280a8af27e7c3bab02c1c6a4 /test/TEST-75-RESOLVED | |
parent | Merge pull request #24561 from yuwata/loop-util-follow-ups (diff) | |
download | systemd-e4050ff41eab89f481049a53a9c3215fcaca79a0.tar.xz systemd-e4050ff41eab89f481049a53a9c3215fcaca79a0.zip |
test: mark knot.conf tmpfiles config as optional
Since it got removed in the recent knot release.
See: https://github.com/CZ-NIC/knot/commit/a6971a4025133a77b29f6d2b381b40dc0499730c
Diffstat (limited to 'test/TEST-75-RESOLVED')
-rwxr-xr-x | test/TEST-75-RESOLVED/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TEST-75-RESOLVED/test.sh b/test/TEST-75-RESOLVED/test.sh index cbf35ee292..6c63db65fb 100755 --- a/test/TEST-75-RESOLVED/test.sh +++ b/test/TEST-75-RESOLVED/test.sh @@ -24,8 +24,8 @@ test_append_files() { local workspace="${1:?}" # Install knot image_install kzonecheck keymgr kjournalprint knotc knotd - image_install /lib/tmpfiles.d/knot.conf image_install "${ROOTLIBDIR:?}/system/knot.service" + image_install -o /lib/tmpfiles.d/knot.conf image_install -o /etc/dbus-1/system.d/cz.nic.knotd.conf image_install -o /etc/default/knot |