[Telepathy-commits] [telepathy-qt4/master] account-manager.service.in: use @TEST_PYTHON@
Simon McVittie
simon.mcvittie at collabora.co.uk
Fri Jan 9 07:10:19 PST 2009
If we just execute account-manager.py, it might not work - there is no
guarantee that /usr/bin/python is the version we need. Explicitly run
@TEST_PYTHON@ instead, and pass the script as an argument.
---
tests/dbus-1/services/account-manager.service.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/dbus-1/services/account-manager.service.in b/tests/dbus-1/services/account-manager.service.in
index 5536064..62cc35e 100644
--- a/tests/dbus-1/services/account-manager.service.in
+++ b/tests/dbus-1/services/account-manager.service.in
@@ -1,3 +1,3 @@
[D-BUS Service]
Name=org.freedesktop.Telepathy.AccountManager
-Exec=@abs_top_srcdir@/tests/account-manager.py
+Exec=@TEST_PYTHON@ @abs_top_srcdir@/tests/account-manager.py
--
1.5.6.5
More information about the Telepathy-commits
mailing list