From 3880aa49e408791ae39a1ab79ab07b7c6b477b14 Mon Sep 17 00:00:00 2001 From: Matt Willsher Date: Sun, 2 Jun 2024 08:42:28 +0100 Subject: [PATCH] fix(tests): Exclude Tatu from output during test --- tests/tests_all_options.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests_all_options.yml b/tests/tests_all_options.yml index d085c098..f2be4e6e 100644 --- a/tests/tests_all_options.yml +++ b/tests/tests_all_options.yml @@ -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