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 <[email protected]> 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 <[email protected]> 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 _______________________________________________ parted-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/parted-devel

