diff options
Diffstat (limited to 'libparted/tests/common.c')
-rw-r--r-- | libparted/tests/common.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libparted/tests/common.c b/libparted/tests/common.c index ea3df40..4095639 100644 --- a/libparted/tests/common.c +++ b/libparted/tests/common.c @@ -72,6 +72,8 @@ _implemented_disk_label (const char *label) /* Not implemented yet */ if (STREQ (label, "aix")) return 0; + if (STREQ (label, "pc98")) return 0; + if (STREQ (label, "sun")) return 0; return 1; } |