mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
t: ignore empty files
This commit is contained in:
parent
9cd0bba835
commit
f42fdaa669
1 changed files with 1 additions and 0 deletions
1
t/test.t
1
t/test.t
|
@ -18,6 +18,7 @@ sub wanted {
|
|||
|
||||
( ( $dev, $ino, $mode, $nlink, $uid, $gid ) = lstat($_) )
|
||||
&& -f _
|
||||
&& -s _
|
||||
&& ( ( $interpreter, $arguments ) = hashbang("$_") )
|
||||
&& ($interpreter)
|
||||
&& ++$num_plugins
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue