several fixes in return value handling

This commit is contained in:
BVK Chaitanya 2010-01-26 12:32:24 +05:30
parent c1273662b9
commit 3342306cec
5 changed files with 27 additions and 15 deletions

View file

@ -13,3 +13,8 @@
* util/grub-script-check.c (grub_script_execute_cmdwhile): New
function.
* tests/grub_script_while1.in: New testcase.
* conf/tests.rmk: New testcase make rule.
* commands/true.c (grub_cmd_false): Remove printing error message.
* commands/test.c (grub_cmd_test): Likewise.