]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
test(RAID-DEG): bash is not a requirement for this test
authorLaszlo Gombos <laszlo.gombos@gmail.com>
Sat, 20 Jul 2024 22:53:51 +0000 (18:53 -0400)
committerNeal Gompa (ニール・ゴンパ) <ngompa13@gmail.com>
Sun, 21 Jul 2024 15:38:47 +0000 (11:38 -0400)
Increase tests coverage by letting the sh meta package pick a
shell.

test/TEST-12-RAID-DEG/test.sh

index 3735d72adddfa8da51d52c2f2202b57424af6a0b..ba9a344df981b8dd3d026a38290ca47540548d1a 100755 (executable)
@@ -97,7 +97,7 @@ test_setup() {
     chmod 0600 /tmp/key
 
     test_dracut \
-        -m "bash crypt lvm mdraid kernel-modules" \
+        -m "crypt lvm mdraid kernel-modules" \
         -i "./cryptroot-ask.sh" "/sbin/cryptroot-ask" \
         -i "/tmp/mdadm.conf" "/etc/mdadm.conf" \
         -i "/tmp/crypttab" "/etc/crypttab" \