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

