]> git.ipfire.org Git - thirdparty/grub.git/commit
tests/util/grub-shell: Trim line should always be matched from the beginning of the...
authorGlenn Washburn <development@efficientek.com>
Tue, 10 Jan 2023 22:08:58 +0000 (16:08 -0600)
committerDaniel Kiper <daniel.kiper@oracle.com>
Thu, 19 Jan 2023 16:39:05 +0000 (17:39 +0100)
commitf38d1b4c75e32d80b6b4b0f3bdb058647af38bdf
tree60bf26898cfb61640401582745e9bb0d3d3c6118
parent8e8e44399718d4298de522a45d5de41855d8bcc1
tests/util/grub-shell: Trim line should always be matched from the beginning of the line

When turning on shell tracing the trim line will be output before we
actually want to start the trim. However, in this case the trim line never
starts from the beginning of the line. So start trimming from the correct
line by matching from the beginning of the line.

Signed-off-by: Glenn Washburn <development@efficientek.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
tests/util/grub-shell.in