Fix typos in 'keyring' test suite

This commit is contained in:
Andrew Bettison 2014-02-17 17:13:58 +10:30
parent 5093bff12a
commit 4062b3adbf

View File

@ -219,10 +219,10 @@ test_EntryPinServer() {
assertStdoutLineCount == 1
assertStdoutGrep --fixed-strings "$SIDA"
}
finally_KeyringPinServer() {
finally_EntryPinServer() {
stop_servald_server
}
teardown_KeyringPinServer() {
teardown_EntryPinServer() {
teardown_servald
}