mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-11 13:40:07 +00:00
misc test and sandbox fixes
This commit is contained in:
@@ -2123,6 +2123,10 @@ is(
|
||||
# direct STDOUT to a file and still see the prompt
|
||||
# #############################################################################
|
||||
|
||||
SKIP: {
|
||||
eval {require Term::ReadKey};
|
||||
skip ('\'prompt_no_echo outputs to STDERR\' because Term::ReadKey not available', 1) if $EVAL_ERROR;
|
||||
|
||||
$o = new OptionParser();
|
||||
|
||||
$output = output(
|
||||
@@ -2141,6 +2145,8 @@ is (
|
||||
'prompt_no_echo outputs prompt to STDERR'
|
||||
);
|
||||
|
||||
} # end skip
|
||||
|
||||
# #############################################################################
|
||||
# Issue 1361293: Global config file with no-version-check option makes tools
|
||||
# that don't recognize the option fail.
|
||||
|
Reference in New Issue
Block a user