Test for correct error message when public key is missing

This commit is contained in:
Tim Byrne 2016-04-21 08:01:27 -05:00
parent ea3b2ecfa8
commit 8bede1cb84
1 changed files with 1 additions and 1 deletions

View File

@ -453,7 +453,7 @@ EOF
#; validate status and output
[ "$status" -eq 1 ]
[[ "$output" =~ invalid\ passphrase ]]
[[ "$output" =~ public\ key\ not\ found ]]
[[ "$output" =~ Unable\ to\ write ]]
}