All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tests/util/grub-fs-tester: Remove unused variable
@ 2023-02-05  0:26 Glenn Washburn
  2023-02-05  0:26 ` [PATCH] tests/util/grub-fs-tester: Use shell variable instead of autoconf Glenn Washburn
  2023-02-08 18:40 ` [PATCH] tests/util/grub-fs-tester: Remove unused variable Daniel Kiper
  0 siblings, 2 replies; 4+ messages in thread
From: Glenn Washburn @ 2023-02-05  0:26 UTC (permalink / raw)
  To: grub-devel, Daniel Kiper; +Cc: Glenn Washburn

Signed-off-by: Glenn Washburn <development@efficientek.com>
---
 tests/util/grub-fs-tester.in | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tests/util/grub-fs-tester.in b/tests/util/grub-fs-tester.in
index fd500ff8a0..064464eb2d 100644
--- a/tests/util/grub-fs-tester.in
+++ b/tests/util/grub-fs-tester.in
@@ -654,7 +654,6 @@ for LOGSECSIZE in $(range "$MINLOGSECSIZE" "$MAXLOGSECSIZE" 1); do
 	    PFIL="p.img"
 
 	    unset LODEVICES
-	    GENERATED=n
 	    LODEVICES=
 	    MOUNTDEVICE=
 	    
@@ -665,7 +664,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
 		*)
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-02-08 18:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-05  0:26 [PATCH] tests/util/grub-fs-tester: Remove unused variable Glenn Washburn
2023-02-05  0:26 ` [PATCH] tests/util/grub-fs-tester: Use shell variable instead of autoconf Glenn Washburn
2023-02-08 18:41   ` Daniel Kiper
2023-02-08 18:40 ` [PATCH] tests/util/grub-fs-tester: Remove unused variable Daniel Kiper

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.