diff --git a/test/109_accept_encryption.bats b/test/109_accept_encryption.bats index 788dfaa..ba3ad50 100644 --- a/test/109_accept_encryption.bats +++ b/test/109_accept_encryption.bats @@ -453,7 +453,7 @@ EOF #; validate status and output [ "$status" -eq 1 ] - [[ "$output" =~ invalid\ passphrase ]] + [[ "$output" =~ public\ key\ not\ found ]] [[ "$output" =~ Unable\ to\ write ]] }