summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2011-11-03 17:42:46 +0000
committerGreg Hudson <ghudson@mit.edu>2011-11-03 17:42:46 +0000
commit4544c693ba8559a9c37d601f96dac20006dfe455 (patch)
tree84fa44ebd2949a10d1ed7c82ef271f2ee9947179 /src/lib
parentdb3f29edb93fcdef46c839f14036557d6a5b27c5 (diff)
downloadkrb5-4544c693ba8559a9c37d601f96dac20006dfe455.tar.gz
krb5-4544c693ba8559a9c37d601f96dac20006dfe455.tar.xz
krb5-4544c693ba8559a9c37d601f96dac20006dfe455.zip
Get rid of periods in Python test success messages
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25432 dc483132-0cff-0310-8789-dd5450dbe970
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')