summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2016-02-22 13:18:35 +0000
committerSimon McVittie <smcv@debian.org>2016-02-22 13:18:35 +0000
commitafcf3e432efa8bed73c714d03062fbf53cc76bdf (patch)
tree899c53324dc288d3c665e6694b25d1e1b445e24d
parent84b7bdafc1deecd9451ba52c30e5dc63a7ebb056 (diff)
downloaddbus-python-afcf3e432efa8bed73c714d03062fbf53cc76bdf.tar.gz
Make all test scripts properly executable
Signed-off-by: Simon McVittie <smcv@debian.org>
-rwxr-xr-x[-rw-r--r--]test/cross-test-client.py2
-rwxr-xr-x[-rw-r--r--]test/cross-test-server.py2
-rwxr-xr-x[-rw-r--r--]test/test-exception-py2.py0
-rwxr-xr-x[-rw-r--r--]test/test-exception-py3.py0
-rwxr-xr-x[-rw-r--r--]test/test-p2p.py0
-rwxr-xr-x[-rw-r--r--]test/test-signals.py0
-rwxr-xr-x[-rw-r--r--]test/test-unusable-main-loop.py0
7 files changed, 4 insertions, 0 deletions
diff --git a/test/cross-test-client.py b/test/cross-test-client.py
index f42e785..48ab5c7 100644..100755
--- a/test/cross-test-client.py
+++ b/test/cross-test-client.py
@@ -1,3 +1,5 @@
+#!/usr/bin/env python
+
# Copyright (C) 2006 Collabora Ltd. <http://www.collabora.co.uk/>
#
# Permission is hereby granted, free of charge, to any person
diff --git a/test/cross-test-server.py b/test/cross-test-server.py
index 4b9ba92..313a063 100644..100755
--- a/test/cross-test-server.py
+++ b/test/cross-test-server.py
@@ -1,3 +1,5 @@
+#!/usr/bin/env python
+
# Copyright (C) 2006 Collabora Ltd. <http://www.collabora.co.uk/>
#
# Permission is hereby granted, free of charge, to any person
diff --git a/test/test-exception-py2.py b/test/test-exception-py2.py
index 02cf93d..02cf93d 100644..100755
--- a/test/test-exception-py2.py
+++ b/test/test-exception-py2.py
diff --git a/test/test-exception-py3.py b/test/test-exception-py3.py
index eddb45a..eddb45a 100644..100755
--- a/test/test-exception-py3.py
+++ b/test/test-exception-py3.py
diff --git a/test/test-p2p.py b/test/test-p2p.py
index 84443ee..84443ee 100644..100755
--- a/test/test-p2p.py
+++ b/test/test-p2p.py
diff --git a/test/test-signals.py b/test/test-signals.py
index 100cb57..100cb57 100644..100755
--- a/test/test-signals.py
+++ b/test/test-signals.py
diff --git a/test/test-unusable-main-loop.py b/test/test-unusable-main-loop.py
index cacee91..cacee91 100644..100755
--- a/test/test-unusable-main-loop.py
+++ b/test/test-unusable-main-loop.py