Test for correct error message when public key is missing

pull/10/head
Tim Byrne 8 years ago
parent ea3b2ecfa8
commit 8bede1cb84

@ -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…
Cancel
Save