summaryrefslogtreecommitdiffstats
path: root/src/tests/t_stringattr.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_stringattr.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_stringattr.py')
-rw-r--r--src/tests/t_stringattr.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/t_stringattr.py b/src/tests/t_stringattr.py
index 392ab6c98f..9d6fbe0a23 100644
--- a/src/tests/t_stringattr.py
+++ b/src/tests/t_stringattr.py
@@ -53,4 +53,4 @@ if 'attr2: value2' not in output or 'attr3: value3' not in output or \
'attr1:' in output:
fail('Final attribute query')
-success('KDB string attributes.')
+success('KDB string attributes')