summaryrefslogtreecommitdiffstats
path: root/src/tests/t_renprinc.py
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/t_renprinc.py
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/t_renprinc.py')
-rw-r--r--src/tests/t_renprinc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/t_renprinc.py b/src/tests/t_renprinc.py
index d4ad902aa3..e29eb194cb 100644
--- a/src/tests/t_renprinc.py
+++ b/src/tests/t_renprinc.py
@@ -43,4 +43,4 @@ for st in salttypes:
realm.run_kadminl('renprinc -force newnormal newnormal2')
realm.kinit('newnormal2', password('normal'))
-success('Principal renaming tests.')
+success('Principal renaming tests')