mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
resize: tests: Remove comment.
Doesn't look like we'll handle extended partitions any time soon, so remove comment.
This commit is contained in:
@@ -75,7 +75,6 @@ if (rand () <= 0.5) {
|
||||
# an extended partition (#4) and zero or more logical partitions.
|
||||
my $nr_parts = 1 + int (rand (7));
|
||||
|
||||
# XXX Temporarily restriction XXX
|
||||
# Currently virt-resize is broken when dealing with any extended
|
||||
# partition, so don't test this for the moment.
|
||||
if ($part_type eq "mbr" && $nr_parts >= 4) {
|
||||
|
||||
Reference in New Issue
Block a user