From: Laszlo Gombos Date: Sun, 7 Jul 2024 20:01:22 +0000 (-0400) Subject: test(FULL-SYSTEMD): no need for explicit bash dependency X-Git-Tag: 103~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de1abd2e99e686d77058faa3f133ebaed32ba01d;p=thirdparty%2Fdracut-ng.git test(FULL-SYSTEMD): no need for explicit bash dependency --- diff --git a/test/TEST-04-FULL-SYSTEMD/test.sh b/test/TEST-04-FULL-SYSTEMD/test.sh index c8f3e5031..ec8ee2452 100755 --- a/test/TEST-04-FULL-SYSTEMD/test.sh +++ b/test/TEST-04-FULL-SYSTEMD/test.sh @@ -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