]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
tests/util/grub-fs-tester: Remove unused variable
authorGlenn Washburn <development@efficientek.com>
Sun, 5 Feb 2023 00:26:06 +0000 (18:26 -0600)
committerDaniel Kiper <daniel.kiper@oracle.com>
Tue, 14 Feb 2023 14:39:26 +0000 (15:39 +0100)
Signed-off-by: Glenn Washburn <development@efficientek.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
tests/util/grub-fs-tester.in

index 63a38ec2bbd8a08a0f20da09ef4e17415e731b45..9570cb83e72c95dd3eb46279d2230e6516e39142 100644 (file)
@@ -653,7 +653,6 @@ for LOGSECSIZE in $(range "$MINLOGSECSIZE" "$MAXLOGSECSIZE" 1); do
            PFIL="p.img"
 
            unset LODEVICES
-           GENERATED=n
            LODEVICES=
            MOUNTDEVICE=
            
@@ -664,7 +663,6 @@ for LOGSECSIZE in $(range "$MINLOGSECSIZE" "$MAXLOGSECSIZE" 1); do
                    | xrockridge_joliet_1999)
                    MNTPOINTRW="$MASTER"
                    MNTPOINTRO="$MASTER"
-                   GENERATED=y
                    mkdir -p "$MASTER";;
                    # No mkfs for GNU/Linux. Just unpack preformatted empty image
                *)