summaryrefslogtreecommitdiffstats
path: root/src/tests/gssapi
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/tests/gssapi
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/tests/gssapi')
-rw-r--r--src/tests/gssapi/t_ccselect.py2
-rw-r--r--src/tests/gssapi/t_gssapi.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/gssapi/t_ccselect.py b/src/tests/gssapi/t_ccselect.py
index 2722873fc4..0d36d7a350 100644
--- a/src/tests/gssapi/t_ccselect.py
+++ b/src/tests/gssapi/t_ccselect.py
@@ -119,4 +119,4 @@ output = r1.run_as_client(['./t_ccselect', 'gss:bogus@' + hostname],
if 'does not match desired' not in output:
fail('Expected error not seen when k5identity selects bad principal.')
-success('GSSAPI credential selection tests.')
+success('GSSAPI credential selection tests')
diff --git a/src/tests/gssapi/t_gssapi.py b/src/tests/gssapi/t_gssapi.py
index 32485d03b7..e640e0231d 100644
--- a/src/tests/gssapi/t_gssapi.py
+++ b/src/tests/gssapi/t_gssapi.py
@@ -92,4 +92,4 @@ output = realm.run_as_client(['./t_accname', 'host/-nomatch-',
if 'host/-nomatch-' not in output:
fail('Expected host/-nomatch- in t_accname output')
-success('GSSAPI tests.')
+success('GSSAPI tests')