summaryrefslogtreecommitdiff
path: root/test/test-functions
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2016-01-16 08:06:59 +0000
committerEvgeny Vereshchagin <evvers@ya.ru>2016-01-18 03:56:51 +0000
commit9974ff63b182e67bf3d3d9262e2bfa84f0a1378b (patch)
treeb1401de2dfc0e6b4c4190b3861db7bd351d38f55 /test/test-functions
parent24be78d72b931b0175f08cee12fd23d631c024bf (diff)
tests: install fsck*
systemd-fsck depends on /sbin/fsck*
Diffstat (limited to 'test/test-functions')
-rw-r--r--test/test-functions6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/test-functions b/test/test-functions
index ce6185b66e..d6be7f867d 100644
--- a/test/test-functions
+++ b/test/test-functions
@@ -111,6 +111,7 @@ setup_basic_environment() {
install_keymaps
install_terminfo
install_execs
+ install_fsck
install_plymouth
install_debug_tools
install_ld_so_conf
@@ -149,6 +150,11 @@ EOF
chmod 0755 $_valgrind_wrapper
}
+install_fsck() {
+ dracut_install /sbin/fsck*
+ dracut_install -o /bin/fsck*
+}
+
install_dmevent() {
instmods dm_crypt =crypto
type -P dmeventd >/dev/null && dracut_install dmeventd