Test for correct error message when public key is missing
This commit is contained in:
parent
ea3b2ecfa8
commit
8bede1cb84
1 changed files with 1 additions and 1 deletions
|
@ -453,7 +453,7 @@ EOF
|
|||
|
||||
#; validate status and output
|
||||
[ "$status" -eq 1 ]
|
||||
[[ "$output" =~ invalid\ passphrase ]]
|
||||
[[ "$output" =~ public\ key\ not\ found ]]
|
||||
[[ "$output" =~ Unable\ to\ write ]]
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue