bug#17105: [PATCH 4/4] tests: Use msdos-overlap to setup t0283

2014-03-27 Thread Phillip Susi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 3/27/2014 11:07 AM, Brian C. Lane wrote: > You added the gpt-header-move.py so I assumed you had python > available, we use it everywhere. In Fedora the buildroots are very > minimal, so vim is not needed or included in them. > > I'd rather see us

bug#17105: [PATCH 4/4] tests: Use msdos-overlap to setup t0283

2014-03-27 Thread Brian C. Lane
On Wed, Mar 26, 2014 at 10:49:57PM -0400, Phillip Susi wrote: > On 03/26/2014 01:56 PM, Brian C. Lane wrote: > > xxd isn't present in minimal build systems, as it is part of vim. > > Change to using a simple python script to mangle the msdos > > disklabel for the test. > > Hrm... on Debian based s

bug#17105: [PATCH 4/4] tests: Use msdos-overlap to setup t0283

2014-03-26 Thread Phillip Susi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 03/26/2014 01:56 PM, Brian C. Lane wrote: > xxd isn't present in minimal build systems, as it is part of vim. > Change to using a simple python script to mangle the msdos > disklabel for the test. Hrm... on Debian based systems vim is part of the

bug#17105: [PATCH 4/4] tests: Use msdos-overlap to setup t0283

2014-03-26 Thread Brian C. Lane
xxd isn't present in minimal build systems, as it is part of vim. Change to using a simple python script to mangle the msdos disklabel for the test. * tests/msdos-overlap.py: New file * tests/t0283-overlap-partitions.sh: Use msdos-overlap.py --- tests/msdos-overlap.py| 25