mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
t: fixing skip
This commit is contained in:
parent
f42fdaa669
commit
878e733430
1 changed files with 4 additions and 2 deletions
6
t/test.t
6
t/test.t
|
@ -50,8 +50,10 @@ sub process_file {
|
|||
use v5.10.1;
|
||||
|
||||
if ( -r "$file.nocheck") {
|
||||
skip( sprintf("\nFile '%s' has a .nocheck flag. Ignoring\n", $file), 1);
|
||||
pass("Not pretending everything is ok");
|
||||
SKIP: {
|
||||
skip( sprintf("\nFile '%s' has a .nocheck flag. Ignoring\n", $file), 1);
|
||||
pass("Not pretending everything is ok");
|
||||
}
|
||||
}
|
||||
elsif ( ! -x $file ) {
|
||||
# missing executable flag
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue