diff --git a/test/109_accept_encryption.bats b/test/109_accept_encryption.bats index c922afc..0412e68 100644 --- a/test/109_accept_encryption.bats +++ b/test/109_accept_encryption.bats @@ -499,7 +499,7 @@ EOF #; validate status and output [ "$status" -eq 1 ] - [[ "$output" =~ public\ key\ not\ found ]] + [[ "$output" =~ public\ key\ not\ found ]] || [[ "$output" =~ No\ public\ key ]] [[ "$output" =~ Unable\ to\ write ]] }