1
0
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:
David Steele
2023-04-05 11:24:53 +04:00
parent 8f7f73e4af
commit a9f39857cf
6 changed files with 5 additions and 7 deletions

View File

@ -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;