It was observed that netboot_test and file_filter_test are failing currently when running 'make check'. This is being caused by the tmp folder cleanup failing at the end of these tests, from grub-shell.
The following error is seen in these test logs: "rmdir: failed to remove '/tmp/grub-shell.2VvsV9ZkH6': Directory not empty" This was traced back to the creation of a subfolder in these two tests for netboot. Update grub-shell.in to remove this subfolder when netboot option is used. Andrew Hamilton (1): tests: Correct netboot and file_filter test failure tests/util/grub-shell.in | 3 +++ 1 file changed, 3 insertions(+) -- 2.39.5 _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel