misc test and sandbox fixes

This commit is contained in:
frank-cizmich
2015-07-09 09:52:10 -03:00
parent f033330b33
commit b408fcfd01
24 changed files with 648 additions and 724 deletions

View File

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