Skip to content

Commit

Permalink
fix(tests): Exclude Tatu from output during test
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwillsher committed Jun 2, 2024
1 parent e612e63 commit 3880aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests_all_options.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
| grep -o '^\( \| \)[A-Z][A-Za-z0-9]*\(.\| \)' \
| grep -v "[A-Za-z0-9] $" | grep -v "[^A-Za-z0-9 ]$" \
| awk '{ print $1 }' \
| grep -v '^$' | grep -v "^\(Match\|OpenSSH\|The\|Arguments\|Theo\)$"
| grep -v '^$' | grep -v "^\(Match\|OpenSSH\|The\|Arguments\|Theo\|Tatu\)$"
args:
executable: /bin/bash
register: sshd_options
Expand Down

0 comments on commit 3880aa4

Please sign in to comment.