FYI, just pushed: >From a4b18ded3b8cdfa1a50d4fb6f7a70111c7b473e6 Mon Sep 17 00:00:00 2001 From: Jim Meyering <meyer...@redhat.com> Date: Thu, 11 Mar 2010 19:48:08 +0100 Subject: [PATCH] tests: reenable a "bsd" partition table test
* libparted/tests/common.c (_implemented_disk_label): Remove "bsd" from the list of not-implemented-yet partition table types, since it appears to pass the tests. --- libparted/tests/common.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/libparted/tests/common.c b/libparted/tests/common.c index 4530064..a0be997 100644 --- a/libparted/tests/common.c +++ b/libparted/tests/common.c @@ -68,7 +68,6 @@ _implemented_disk_label (const char *label) { /* FIXME: these have minor problems, so skip them, temporarily. */ if (STREQ (label, "amiga")) return 0; - if (STREQ (label, "bsd")) return 0; /* Not implemented yet */ if (STREQ (label, "aix")) return 0; -- 1.7.0.2.393.gfb6b _______________________________________________ bug-parted mailing list bug-parted@gnu.org http://lists.gnu.org/mailman/listinfo/bug-parted