[parted-devel] [PATCH] Improved and separate test for reading
disk labels.
Otavio Salvador
otavio at debian.org
Thu Apr 26 20:10:29 UTC 2007
Jim Meyering <jim at meyering.net> writes:
> Jim Meyering <jim at meyering.net> wrote:
> ...
>> I propose to temporarily disable the "dvh" part of that test:
>>
>> diff --git a/libparted/tests/label.c b/libparted/tests/label.c
>> index 898dbe3..c1f8b4e 100644
>> --- a/libparted/tests/label.c
>> +++ b/libparted/tests/label.c
>> @@ -100,6 +100,11 @@ START_TEST (test_clone_label)
>> if (!_implemented_disk_label (type->name))
>> continue;
>>
>> + /* FIXME: skip this test temporarily, while we wait
>> + for someone to find the cycles to fix the bug. */
>> + if (strcmp (type->name, "dvh") == 0)
>> + continue;
>> +
>> disk = _create_disk_label (dev, type);
>>
>> /* Try to clone the disk label. */
>
> I've applied the above.
Ok.
--
O T A V I O S A L V A D O R
---------------------------------------------
E-mail: otavio at debian.org UIN: 5906116
GNU/Linux User: 239058 GPG ID: 49A5F855
Home Page: http://otavio.ossystems.com.br
---------------------------------------------
"Microsoft sells you Windows ... Linux gives
you the whole house."
More information about the parted-devel
mailing list