You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-07-17 01:12:23 +02:00
Remove unused strOS parameter in Common::HostTest.
This commit is contained in:
@ -1051,7 +1051,7 @@ sub sectionChildProcess
|
||||
}
|
||||
|
||||
my $oHost = new pgBackRestTest::Common::HostTest(
|
||||
$$hCacheKey{name}, "doc-$$hCacheKey{name}", $strImage, $strHostUser, $$hCacheKey{os},
|
||||
$$hCacheKey{name}, "doc-$$hCacheKey{name}", $strImage, $strHostUser,
|
||||
defined($strMount) ? [$strMount] : undef, $strOption, $$hCacheKey{param}, $$hCacheKey{'update-hosts'});
|
||||
|
||||
$self->{host}{$$hCacheKey{name}} = $oHost;
|
||||
|
Reference in New Issue
Block a user