]> git.ipfire.org Git - thirdparty/grub.git/commit
tests: Change FAT volume label to be with in the valid character range
authorGlenn Washburn <development@efficientek.com>
Fri, 17 Sep 2021 23:04:00 +0000 (23:04 +0000)
committerDaniel Kiper <daniel.kiper@oracle.com>
Thu, 14 Oct 2021 13:28:01 +0000 (15:28 +0200)
commit584f53546f034c0ca527d0daf54cdf8b18d2b48a
tree93f17db3f9575cec62e346edd12d73e64522aa32
parent18a71132e9cd8b948602738b583333626692c6f3
tests: Change FAT volume label to be with in the valid character range

The ";", semi-colon, character is not a valid character for a FAT filesystem
label. This test used to succeed because prior to v4.2 of dosfstools
mkfs.vfat did not enforce the character restrictions for volume labels. So,
change the volume label string to be valid but contain symbol characters to
test odd volume labels.

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