merge with mainline

This commit is contained in:
BVK Chaitanya 2010-09-04 14:41:08 +05:30
commit cd652829a1
61 changed files with 872 additions and 345 deletions

View file

@ -501,6 +501,12 @@ script = {
common = tests/grub_script_shift.in;
};
script = {
testcase;
name = grub_script_blockarg;
common = tests/grub_script_blockarg.in;
};
script = {
testcase;
name = grub_script_return;