mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-17 17:27:57 +00:00
Fix a broken skip
This commit is contained in:
@@ -16,7 +16,7 @@ use HTTPMicro;
|
|||||||
local $EVAL_ERROR;
|
local $EVAL_ERROR;
|
||||||
eval { require HTTP::Tiny };
|
eval { require HTTP::Tiny };
|
||||||
if ( $EVAL_ERROR ) {
|
if ( $EVAL_ERROR ) {
|
||||||
skip_all("HTTP::Tiny is not installed, not testing compat");
|
plan skip_all => "HTTP::Tiny is not installed, not testing compat";
|
||||||
}
|
}
|
||||||
|
|
||||||
my $test_url = "http://www.google.com";
|
my $test_url = "http://www.google.com";
|
||||||
|
Reference in New Issue
Block a user