Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Signed-off-by: wdower <57142072+wdower@users.noreply.github.com>
  • Loading branch information
wdower committed Jun 13, 2024
1 parent b6aaf29 commit 7cad55b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controls/SV-257817.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
it 'should be set in kernel messages' do
expect(dmesg_nx_conf).to_not eq(''), 'dmesg does not set ExecShield'
end
unless dmesg.nx_conf.empty?
unless dmesg_nx_conf.empty?
it 'should be active' do
expect(dmesg_nx_conf.match(/:\s+(\S+)$/).captures.first).to eq('active'), "dmesg does not show ExecShield set to 'active'"
end
Expand Down

0 comments on commit 7cad55b

Please sign in to comment.