1
0
Fork 0
mirror of synced 2024-07-26 18:11:09 -04:00

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

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 ]]
}