Skip to content

Commit

Permalink
style: perltidy fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Moore <[email protected]>
  • Loading branch information
pcmoore committed Jul 17, 2020
1 parent ab909a3 commit b48dd4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lost_reset/test
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down

0 comments on commit b48dd4e

Please sign in to comment.