mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-25 21:54:48 +00:00
WIP
This commit is contained in:
@@ -88,6 +88,13 @@ is_deeply(
|
||||
$dp->parse('u=a,p=b,F=/something.cnf'),
|
||||
{
|
||||
F => '/something.cnf',
|
||||
P => undef,
|
||||
u => "a",
|
||||
p => "b",
|
||||
h => undef,
|
||||
A => undef,
|
||||
S => undef,
|
||||
D => undef,
|
||||
},
|
||||
'Read from config overrides other params'
|
||||
);
|
||||
|
Reference in New Issue
Block a user