bug-parted
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] tests: reenable a "bsd" partition table test


From: Jim Meyering
Subject: [PATCH] tests: reenable a "bsd" partition table test
Date: Thu, 11 Mar 2010 19:48:52 +0100

FYI, just pushed:

>From a4b18ded3b8cdfa1a50d4fb6f7a70111c7b473e6 Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]