From b48dd4e304040aae332adc8c705460116573aa92 Mon Sep 17 00:00:00 2001 From: Paul Moore Date: Thu, 16 Jul 2020 21:44:39 -0400 Subject: [PATCH] style: perltidy fixes Signed-off-by: Paul Moore --- tests/lost_reset/test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lost_reset/test b/tests/lost_reset/test index a2ca474..7848fa5 100755 --- a/tests/lost_reset/test +++ b/tests/lost_reset/test @@ -125,7 +125,7 @@ if ( defined $ENV{ATS_DEBUG} && $ENV{ATS_DEBUG} == 1 ) { # send the reset lost message seek( $fh_out, 0, 0 ); $result = system("auditctl --reset-lost >$stdout 2>$stderr"); -ok( $result, 0 ); # Was the reset command successful? +ok( $result, 0 ); # Was the reset command successful? <$fh_err> =~ /lost: ([0-9]+)/; my $reset_rc = $1; ok( $reset_rc > 0 ); # Was the lost value non-zero?