[parted-devel] [PATCH v2 2/2] tests: t0202-gpt-pmbr.sh: various fixes
Jim Meyering
jim at meyering.net
Wed Aug 26 14:09:42 UTC 2009
Petr Uzel wrote:
> * use bootcode_size variable instead of plain 446
> * do not use /dev/urandom since it might not exist
Thanks.
I've applied both of those with log entries adjusted
to include "* relative/file/name: ..." ChangeLog-style lines.
It is slightly redundant when you include the test basename
in the one-line summary, but it is more consistent.
commit 4a4ad385f402caa86a302b00ad6eebf26998f167
Author: Petr Uzel <petr.uzel at suse.cz>
Date: Wed Aug 26 15:10:49 2009 +0200
tests: t0202-gpt-pmbr.sh: various fixes
* tests/t0202-gpt-pmbr.sh: use $bootcode_size variable instead
of plain 446. Do not use /dev/urandom since it might not exist.
commit d5d8f07c62639689a949b9c233b2a01f935d447c
Author: Petr Uzel <petr.uzel at suse.cz>
Date: Wed Aug 26 15:10:31 2009 +0200
tests: t2300-dos-label-extended-bootcode.sh: various fixes
* tests/t2300-dos-label-extended-bootcode.sh:
- fix typo where only first 400B of fake bootcode was installed
- use bootcode_size variable and increase its value from 440 to 446
- do not use /dev/urandom since it might not exist
More information about the parted-devel
mailing list