* grub-core/tests/video_checksum.c: Increase robustness to out of memory
condition. * grub-core/tests/fake_input.c: Likewise. * grub-core/tests/cmdline_cat_test.c: Likewise.
This commit is contained in:
parent
e44b9a8349
commit
d71b45ae8e
4 changed files with 35 additions and 13 deletions
|
@ -98,10 +98,8 @@ cmdline_cat_test (void)
|
|||
|
||||
grub_video_checksum ("cmdline_cat");
|
||||
|
||||
if (grub_test_use_gfxterm ())
|
||||
return;
|
||||
|
||||
grub_cmdline_run (1);
|
||||
if (!grub_test_use_gfxterm ())
|
||||
grub_cmdline_run (1);
|
||||
|
||||
grub_test_use_gfxterm_end ();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue