]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
test(BTRFSRAID): remove unused code
authorJo Zzsi <jozzsicsataban@gmail.com>
Sun, 10 Nov 2024 12:18:33 +0000 (07:18 -0500)
committerLaszlo <laszlo.gombos@gmail.com>
Sun, 10 Nov 2024 13:12:09 +0000 (08:12 -0500)
test/TEST-24-BTRFSRAID/test.sh

index 452ee9c0b40418cfa9a2f6a5c69917e216067cb6..56e750ef8ef40a091f73e740e18e2f7c39d67318 100755 (executable)
@@ -29,11 +29,6 @@ test_run() {
 }
 
 test_setup() {
-    # Create the blank file to use as a root filesystem
-    DISKIMAGE=$TESTDIR/TEST-15-BTRFSRAID-root.img
-    rm -f -- "$DISKIMAGE"
-    dd if=/dev/zero of="$DISKIMAGE" bs=1M count=1024
-
     # Create what will eventually be our root filesystem onto an overlay
     "$DRACUT" -N --keep --tmpdir "$TESTDIR" \
         --add-confdir test-root \