Don't output sudo test cmd to /dev/null. Other tests aren't, and info us useful.
parent
b9085cea64
commit
4e1af516d7
|
@ -107,7 +107,6 @@ sub getCmdFormat
|
|||
my $suffix = "";
|
||||
my $command = $prefix.$null_command.$suffix;
|
||||
Debug( "Testing \"$command\"\n" );
|
||||
$command .= " > /dev/null 2>&1";
|
||||
my $output = qx($command);
|
||||
my $status = $? >> 8;
|
||||
if ( !$status )
|
||||
|
|
Loading…
Reference in New Issue