summaryrefslogtreecommitdiff
path: root/libparted/tests/common.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-03-11 19:48:08 +0100
committerJim Meyering <meyering@redhat.com>2010-03-11 19:48:08 +0100
commita4b18ded3b8cdfa1a50d4fb6f7a70111c7b473e6 (patch)
tree8920a18d8a90b62741ba76b7d0e579ea78981a41 /libparted/tests/common.c
parent2d81422f3caea30d9d65ec343a34bc1f447a4f01 (diff)
downloadparted-a4b18ded3b8cdfa1a50d4fb6f7a70111c7b473e6.tar.gz
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.
Diffstat (limited to 'libparted/tests/common.c')
-rw-r--r--libparted/tests/common.c1
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;