From 4983084b8c3e3bf9bb6284ae1aa5eff28f0468ab Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 8 Feb 2017 12:04:23 +0000 Subject: [PATCH] resize: tests: Remove comment. Doesn't look like we'll handle extended partitions any time soon, so remove comment. --- resize/test-virt-resize.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/resize/test-virt-resize.pl b/resize/test-virt-resize.pl index 972fa39fd..12ed75103 100755 --- a/resize/test-virt-resize.pl +++ b/resize/test-virt-resize.pl @@ -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) {