Change binary op from and to or.

pull/173/head
Abubakr-Sadik Nii Nai Davis 6 years ago
parent c0f56e966a
commit 4f40a11e84

@ -607,7 +607,7 @@ groups:
text: "Ensure that the AdvancedAuditing argument is not set to false (Scored)"
audit: "ps -ef | grep $apiserverbin | grep -v grep"
tests:
bin_op: and
bin_op: or
test_items:
- flag: "--feature-gates"
compare:

Loading…
Cancel
Save