]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
merge with mainline
authorBVK Chaitanya <bvk@dbook>
Sat, 4 Sep 2010 16:43:45 +0000 (22:13 +0530)
committerBVK Chaitanya <bvk@dbook>
Sat, 4 Sep 2010 16:43:45 +0000 (22:13 +0530)
1  2 
Makefile.util.def
include/grub/script_sh.h

index b811b41015a9ddb1dca692c488a01a40f4629f63,79541b5edf228f9606be8d94c90afd0dc6aa9a3a..a3d5381d42c1318f26d3f72cdb12e700a1552277
@@@ -513,12 -513,12 +513,18 @@@ script = 
    common = tests/grub_script_setparams.in;
  };
  
+ script = {
+   testcase;
+   name = grub_script_return;
+   common = tests/grub_script_return.in;
+ };
 +script = {
 +  testcase;
 +  name = grub_cmd_regexp;
 +  common = tests/grub_cmd_regexp.in;
 +};
 +
  program = {
    testcase;
    name = example_unit_test;
Simple merge