]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
test(FULL-SYSTEMD): no need for explicit bash dependency
authorLaszlo Gombos <laszlo.gombos@gmail.com>
Sun, 7 Jul 2024 20:01:22 +0000 (16:01 -0400)
committerNeal Gompa (ニール・ゴンパ) <ngompa13@gmail.com>
Mon, 8 Jul 2024 22:51:30 +0000 (18:51 -0400)
test/TEST-04-FULL-SYSTEMD/test.sh

index c8f3e5031c60b4854877c753134c666e01853b78..ec8ee2452b6e9631a5b25278d3edfed154c38793 100755 (executable)
@@ -120,7 +120,7 @@ EOF
     # We do it this way so that we do not risk trashing the host mdraid
     # devices, volume groups, encrypted partitions, etc.
     "$DRACUT" -N -l -i "$TESTDIR"/overlay / \
-        -a "test-makeroot bash btrfs" \
+        -a "test-makeroot btrfs" \
         -I "mkfs.btrfs cryptsetup" \
         -i ./create-root.sh /lib/dracut/hooks/initqueue/01-create-root.sh \
         -f "$TESTDIR"/initramfs.makeroot "$KVERSION" || return 1