Don't output sudo test cmd to /dev/null. Other tests aren't, and info us useful.

pull/1333/head
Kyle Johnson 2016-03-11 14:29:48 -07:00
parent b9085cea64
commit 4e1af516d7
1 changed files with 0 additions and 1 deletions

View File

@ -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 )