summaryrefslogtreecommitdiffstats
path: root/src/lib/kdb/t_stringattr.py
blob: 085e179e44f4fefbc1d46ae5648ea07a6571c303 (plain)
1
2
3
4
5
6
#!/usr/bin/python
from k5test import *

realm = K5Realm(create_kdb=False)
realm.run(['./t_stringattr'])
success('String attribute unit tests')