summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/kdb/t_stringattr.py2
-rw-r--r--src/lib/krb5/ccache/t_cccol.py2
-rw-r--r--src/lib/krb5/krb/t_expire_warn.py2
-rw-r--r--src/lib/krb5/krb/t_vfy_increds.py2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/kdb/t_stringattr.py b/src/lib/kdb/t_stringattr.py
index 210134c8b..f520370a4 100644
--- a/src/lib/kdb/t_stringattr.py
+++ b/src/lib/kdb/t_stringattr.py
@@ -3,4 +3,4 @@ from k5test import *
realm = K5Realm(create_kdb=False)
realm.run_as_master(['./t_stringattr'])
-success('String attribute unit tests.')
+success('String attribute unit tests')
diff --git a/src/lib/krb5/ccache/t_cccol.py b/src/lib/krb5/ccache/t_cccol.py
index d80997108..4399ce79c 100644
--- a/src/lib/krb5/ccache/t_cccol.py
+++ b/src/lib/krb5/ccache/t_cccol.py
@@ -41,4 +41,4 @@ cursor_test('dirmem', [dccname, mfoo], [duser, dalice, dbob, mfoo])
realm.run_as_client([kdestroy])
cursor_test('noexist', [], [])
-success('Renewing credentials.')
+success('Renewing credentials')
diff --git a/src/lib/krb5/krb/t_expire_warn.py b/src/lib/krb5/krb/t_expire_warn.py
index 8d8ade930..660ed2ecc 100644
--- a/src/lib/krb5/krb/t_expire_warn.py
+++ b/src/lib/krb5/krb/t_expire_warn.py
@@ -60,4 +60,4 @@ if 'password_expiration = ' not in output or \
'password_expiration = 0\n' in output:
fail('Expected non-zero password expiration not seen for days')
-success('Password expiration warning tests.')
+success('Password expiration warning tests')
diff --git a/src/lib/krb5/krb/t_vfy_increds.py b/src/lib/krb5/krb/t_vfy_increds.py
index e302480a4..1eab89363 100644
--- a/src/lib/krb5/krb/t_vfy_increds.py
+++ b/src/lib/krb5/krb/t_vfy_increds.py
@@ -51,4 +51,4 @@ realm = K5Realm(start_kadmind=False, krb5_conf=conf)
os.remove(realm.keytab)
realm.run_as_server(['./t_vfy_increds'], expected_code=1)
-success('krb5_verify_init_creds tests.')
+success('krb5_verify_init_creds tests')