summaryrefslogtreecommitdiffstats
path: root/tests/uuid.py
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-02-05 19:27:37 +0000
committerJim Meyering <meyering@redhat.com>2008-02-05 19:27:37 +0000
commitc74bee938897ed0d5a58257874ddc61047eff4c3 (patch)
treebb0c914000104e7e776d2462bde5ae92e3cd1c7c /tests/uuid.py
parent955f993c96d161b7fd535696bf07ee55358a3661 (diff)
downloadlibvirt-python-split-c74bee938897ed0d5a58257874ddc61047eff4c3.tar.gz
libvirt-python-split-c74bee938897ed0d5a58257874ddc61047eff4c3.tar.xz
libvirt-python-split-c74bee938897ed0d5a58257874ddc61047eff4c3.zip
Remove all trailing blanks; turn on the rule to detect them.
* Makefile.cfg (local-checks-to-skip): Remove sc_trailing_blank. * .x-sc_trailing_blank: New file, to exempt the few binary files.
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)