diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2021-09-08 13:33:34 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-09-08 15:41:20 +0200 |
commit | 39e175367333fe57bcebcfe2a1784c4e7f123a7b (patch) | |
tree | 716bcd06adb559c6b090bfc9c4555cb0cb6091a8 /test/TEST-06-SELINUX | |
parent | explicitly close FIDO2 devices (diff) | |
download | systemd-39e175367333fe57bcebcfe2a1784c4e7f123a7b.tar.xz systemd-39e175367333fe57bcebcfe2a1784c4e7f123a7b.zip |
test: rename `dracut_install` to `image_install`
The `dracut_install` is a misnomer, since the systemd integration test
suite is based on the original dracut's test suite, and not all the
references to dracut has been edited out. Let's fix that.
Diffstat (limited to 'test/TEST-06-SELINUX')
-rwxr-xr-x | test/TEST-06-SELINUX/test.sh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/TEST-06-SELINUX/test.sh b/test/TEST-06-SELINUX/test.sh index 978c930b71..d65d273055 100755 --- a/test/TEST-06-SELINUX/test.sh +++ b/test/TEST-06-SELINUX/test.sh @@ -46,11 +46,11 @@ test_append_files() { cp systemd_test.te "$workspace/systemd-test-module" cp systemd_test.if "$workspace/systemd-test-module" cp systemd_test.fc "$workspace/systemd-test-module" - dracut_install -o sesearch - dracut_install runcon - dracut_install checkmodule semodule semodule_package m4 make load_policy sefcontext_compile - dracut_install -o /usr/libexec/selinux/hll/pp # Fedora/RHEL/... - dracut_install -o /usr/lib/selinux/hll/pp # Debian/Ubuntu/... + image_install -o sesearch + image_install runcon + image_install checkmodule semodule semodule_package m4 make load_policy sefcontext_compile + image_install -o /usr/libexec/selinux/hll/pp # Fedora/RHEL/... + image_install -o /usr/lib/selinux/hll/pp # Debian/Ubuntu/... ) } |