summaryrefslogtreecommitdiffstats
path: root/test/TEST-06-SELINUX
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2021-09-08 13:33:34 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-09-08 15:41:20 +0200
commit39e175367333fe57bcebcfe2a1784c4e7f123a7b (patch)
tree716bcd06adb559c6b090bfc9c4555cb0cb6091a8 /test/TEST-06-SELINUX
parentexplicitly close FIDO2 devices (diff)
downloadsystemd-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-xtest/TEST-06-SELINUX/test.sh10
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/...
)
}