Fix test -a and -o precedence.
Reported by: adrian15.
This commit is contained in:
parent
82ae74d7bd
commit
daf01d61ff
4 changed files with 40 additions and 16 deletions
|
@ -581,6 +581,12 @@ script = {
|
|||
common = tests/example_grub_script_test.in;
|
||||
};
|
||||
|
||||
script = {
|
||||
testcase;
|
||||
name = grub_script_test;
|
||||
common = tests/grub_script_test.in;
|
||||
};
|
||||
|
||||
script = {
|
||||
testcase;
|
||||
name = grub_script_echo1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue