From d6e8d5bc2c06a2ac94668b6a136edf6b7dc3036a Mon Sep 17 00:00:00 2001 From: Laszlo Gombos Date: Wed, 19 Oct 2022 02:03:51 +0000 Subject: [PATCH] test: move plymouth installation from test case to test-root module --- modules.d/80test-root/module-setup.sh | 2 ++ test/TEST-03-USR-MOUNT/test.sh | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/modules.d/80test-root/module-setup.sh b/modules.d/80test-root/module-setup.sh index b8f35c648..a360a659b 100755 --- a/modules.d/80test-root/module-setup.sh +++ b/modules.d/80test-root/module-setup.sh @@ -22,4 +22,6 @@ install() { inst_binary "${dracutbasedir}/dracut-util" "/usr/bin/dracut-util" ln -s dracut-util "${initdir}/usr/bin/dracut-getarg" ln -s dracut-util "${initdir}/usr/bin/dracut-getargs" + + inst_multiple -o plymouth } diff --git a/test/TEST-03-USR-MOUNT/test.sh b/test/TEST-03-USR-MOUNT/test.sh index 81abcf70e..754b9142f 100755 --- a/test/TEST-03-USR-MOUNT/test.sh +++ b/test/TEST-03-USR-MOUNT/test.sh @@ -66,7 +66,6 @@ test_setup() { inst_multiple sh dmesg umount strace setsid sync inst_simple ./fstab /etc/fstab - find_binary plymouth > /dev/null && inst_multiple plymouth ) # second, install the files needed to make the root filesystem -- 2.39.2