summaryrefslogtreecommitdiffstats
path: root/tests/uuid.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/uuid.py')
-rwxr-xr-xtests/uuid.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/uuid.py b/tests/uuid.py
index 605b759..db48e80 100755
--- a/tests/uuid.py
+++ b/tests/uuid.py
@@ -36,6 +36,6 @@ except:
if dom2.name() != name0:
print 'lookup of %s based on UUID brings a different domain %s' % (
name0, dom2.name())
-
+
print "OK"
sys.exit(0)