diff options
Diffstat (limited to 'tests/setup_sshd_test')
-rwxr-xr-x | tests/setup_sshd_test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/setup_sshd_test b/tests/setup_sshd_test index 3d62f62..f44c4a4 100755 --- a/tests/setup_sshd_test +++ b/tests/setup_sshd_test @@ -29,7 +29,7 @@ setup_sshd_dropbear_body() { init_env atf_check -s exit:0 \ -e empty \ - -o match:"^apk add .* dropbear" \ + -o match:"apk add .* dropbear" \ -o match:"service dropbear added" \ -o match:"Starting dropbear" \ setup-sshd dropbear @@ -40,7 +40,7 @@ setup_sshd_openssh_body() { export WGETCONTENT="ssh-id FOOBAR" atf_check -s exit:0 \ -e empty \ - -o match:"^apk add .* openssh" \ + -o match:"apk add .* openssh" \ -o match:"service sshd added" \ -o match:"Starting sshd" \ setup-sshd -k 'https://example.com/user.keys' openssh @@ -58,7 +58,7 @@ setup_sshd_openssh_c_compat_body() { init_env atf_check -s exit:0 \ -e empty \ - -o match:"^apk add .* openssh" \ + -o match:"apk add .* openssh" \ -o match:"service sshd added" \ -o match:"Starting sshd" \ -o not-match:"Allow root ssh" \ |