mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 14:16:00 +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($_) )
|
( ( $dev, $ino, $mode, $nlink, $uid, $gid ) = lstat($_) )
|
||||||
&& -f _
|
&& -f _
|
||||||
|
&& -s _
|
||||||
&& ( ( $interpreter, $arguments ) = hashbang("$_") )
|
&& ( ( $interpreter, $arguments ) = hashbang("$_") )
|
||||||
&& ($interpreter)
|
&& ($interpreter)
|
||||||
&& ++$num_plugins
|
&& ++$num_plugins
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue