From 97fd720a26d0743dabca85252c3c241ab8edd0fa Mon Sep 17 00:00:00 2001 From: Ting-Wei Lan Date: Tue, 3 Feb 2015 14:24:42 +0800 Subject: [PATCH] test/dbus: don't hardcode python path https://bugs.freedesktop.org/show_bug.cgi?id=73837 --- test/dbus/blacklist-test.py | 2 +- test/dbus/dsr-test.py | 2 +- test/dbus/engine-test.py | 2 +- test/dbus/histogram-test.py | 2 +- test/dbus/monitor-test.py | 2 +- test/dbus/remote-test.py | 2 +- test/dbus/result-types-test.py | 2 +- test/dbus/run-all-tests.py | 2 +- test/dbus/upgrade-test.py | 2 +- tools/talis | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/test/dbus/blacklist-test.py b/test/dbus/blacklist-test.py index 4933d28..edbdb21 100644 --- a/test/dbus/blacklist-test.py +++ b/test/dbus/blacklist-test.py @@ -1,4 +1,4 @@ -#! /usr/bin/python +#! /usr/bin/env python # -.- coding: utf-8 -.- # remote-test.py diff --git a/test/dbus/dsr-test.py b/test/dbus/dsr-test.py index e7b934d..9baed85 100644 --- a/test/dbus/dsr-test.py +++ b/test/dbus/dsr-test.py @@ -1,4 +1,4 @@ -#! /usr/bin/python +#! /usr/bin/env python # -.- coding: utf-8 -.- # remote-test.py diff --git a/test/dbus/engine-test.py b/test/dbus/engine-test.py index 93e350a..d550a12 100644 --- a/test/dbus/engine-test.py +++ b/test/dbus/engine-test.py @@ -1,4 +1,4 @@ -#! /usr/bin/python +#! /usr/bin/env python # -.- coding: utf-8 -.- # engine-test.py diff --git a/test/dbus/histogram-test.py b/test/dbus/histogram-test.py index d42960f..bd303f4 100644 --- a/test/dbus/histogram-test.py +++ b/test/dbus/histogram-test.py @@ -1,4 +1,4 @@ -#! /usr/bin/python +#! /usr/bin/env python # -.- coding: utf-8 -.- # histogram-test.py diff --git a/test/dbus/monitor-test.py b/test/dbus/monitor-test.py index 62db810..f931b29 100644 --- a/test/dbus/monitor-test.py +++ b/test/dbus/monitor-test.py @@ -1,4 +1,4 @@ -#! /usr/bin/python +#! /usr/bin/env python # -.- coding: utf-8 -.- # remote-test.py diff --git a/test/dbus/remote-test.py b/test/dbus/remote-test.py index 72f80a0..4b2d163 100644 --- a/test/dbus/remote-test.py +++ b/test/dbus/remote-test.py @@ -1,4 +1,4 @@ -#! /usr/bin/python +#! /usr/bin/env python # -.- coding: utf-8 -.- # remote-test.py diff --git a/test/dbus/result-types-test.py b/test/dbus/result-types-test.py index c4f5729..dbae9fe 100644 --- a/test/dbus/result-types-test.py +++ b/test/dbus/result-types-test.py @@ -1,4 +1,4 @@ -#! /usr/bin/python +#! /usr/bin/env python # -.- coding: utf-8 -.- # result-types-test.py diff --git a/test/dbus/run-all-tests.py b/test/dbus/run-all-tests.py index b4882a7..386a9f9 100755 --- a/test/dbus/run-all-tests.py +++ b/test/dbus/run-all-tests.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # -.- coding: utf-8 -.- # Zeitgeist diff --git a/test/dbus/upgrade-test.py b/test/dbus/upgrade-test.py index fd57bc9..1c16d02 100644 --- a/test/dbus/upgrade-test.py +++ b/test/dbus/upgrade-test.py @@ -1,4 +1,4 @@ -#! /usr/bin/python +#! /usr/bin/env python # -.- coding: utf-8 -.- # upgrade-test.py diff --git a/tools/talis b/tools/talis index cd3bb9f..ab7e578 100755 --- a/tools/talis +++ b/tools/talis @@ -1,4 +1,4 @@ -#! /usr/bin/python +#! /usr/bin/env python import sys, os from zeitgeist.datamodel import Event, Subject, ResultType, TimeRange -- 2.2.2