]> git.proxmox.com Git - grub2.git/commitdiff
merge with mainline
authorBVK Chaitanya <bvk@dbook>
Sat, 4 Sep 2010 09:11:08 +0000 (14:41 +0530)
committerBVK Chaitanya <bvk@dbook>
Sat, 4 Sep 2010 09:11:08 +0000 (14:41 +0530)
1  2 
Makefile.util.def
grub-core/script/execute.c
grub-core/script/main.c
include/grub/script_sh.h

index 5f2295c3e49e6c53e13b2aa1e4d87b9416fc5acd,6dfd9301d81c0c3bcd0f5ee7cacf715a41f8475d..a0ab3d3d94d438343d95bc97305e8cb09cebe463
@@@ -501,12 -501,12 +501,18 @@@ 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;
 +  common = tests/grub_script_return.in;
 +};
 +
  program = {
    testcase;
    name = example_unit_test;
Simple merge
Simple merge
Simple merge