mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
tests/gdisk/test-expand-gpt.pl: Implement SKIP rule for this test
Reported-by: David Runge Related: https://github.com/libguestfs/libguestfs/issues/155
This commit is contained in:
@@ -20,6 +20,11 @@ use warnings;
|
||||
|
||||
use Sys::Guestfs;
|
||||
|
||||
if ($ENV{SKIP_TEST_EXPAND_GPT_PL}) {
|
||||
print "$0: test skipped because SKIP_TEST_EXPAND_GPT_PL is set\n";
|
||||
exit 77;
|
||||
}
|
||||
|
||||
sub tests {
|
||||
my $g = Sys::Guestfs->new ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user