mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-29 01:21:37 +00:00
Added test. Updated all modules
This commit is contained in:
@@ -1595,6 +1595,10 @@ ok(
|
||||
'Parses special --config option first',
|
||||
);
|
||||
|
||||
@ARGV = ("--config=$trunk/t/lib/samples/empty",'--cat');
|
||||
$o->get_opts();
|
||||
ok($o->got('config'), 'Got --config=');
|
||||
|
||||
$o = new OptionParser(
|
||||
description => 'OptionParser.t parses command line options.',
|
||||
usage => "$PROGRAM_NAME <options>"
|
||||
|
Reference in New Issue
Block a user