Hi,
Daniel Kiper wrote: > AIUI this [1] email presented some concerns. > [1] https://lists.gnu.org/archive/html/grub-devel/2023-03/msg00022.html This was about the trailing blank in the output of grub-fstest. I decided to simply remove it because it is not expectable that any wrong handling of a CE entry would produce blanks from the two filename alternatives "ROCKRIDG.;1" and "RockRidgeName:x". So i wrote in [PATCH 2/2]: +# Before comparing: remove trailing blank added by grub-fstest +output=$(echo -n $output) (I remember to have found the origin of the blank somewhere in the deeper levels of the code, possibly grub-core/commands/ls.c function print_files. It did not look like it would be reasonable to ask for changing it.) Have a nice day :) Thomas _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel