forked from rhboot/grubby
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix some test cases where the resulting default index is wrong
Fix two issues with tests where removing a kernel or adding a boot entry at a user specified index had the wrong default index selected in the expected output. One of these issues is the --set-index test cases for grub 1, which expect --make-default is implied where it should not be. The third is a removal test, where the default index in the result data is off by one when we've removed 2 entries keyed off of the kernel filesystem path. This change causes these test cases to fail. Resolves: rhbz#1285601
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
default=1 | ||
default=0 | ||
timeout=10 | ||
splashimage=(hd0,5)/boot/grub/splash.xpm.gz | ||
|
||
|