quiet pointless lsof

This commit is contained in:
Zane C. B-H 2023-06-01 13:29:07 -05:00
parent 0ffb462b0b
commit e519e0d7c7
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ BEGIN {
use_ok( 'Net::Connection::ncnetstat' ) || print "Bail out!\n";
}
my $output_raw=`lsof -i UDP -i TCP -n -l -P`;
my $output_raw=`lsof -i UDP -i TCP -n -l -P 2> /dev/null`;
if (
( $? eq 0 ) ||
(