[Parted-commits] GNU Parted Official Repository: Changes to 'master'

Jim Meyering meyering at alioth.debian.org
Thu Mar 11 18:48:24 UTC 2010


 libparted/tests/common.c |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit a4b18ded3b8cdfa1a50d4fb6f7a70111c7b473e6
Author: Jim Meyering <meyering at redhat.com>
Date:   Thu Mar 11 19:48:08 2010 +0100

    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.

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;



More information about the Parted-commits mailing list