summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2014-03-23 08:59:12 +0100
committerStef Walter <stefw@gnome.org>2014-03-23 08:59:12 +0100
commitd418a2dfc47fc378ff49f602e9dc41956a514f3b (patch)
treeac433ca9e750ab598b53f635da7ab11426195b66 /build
parent0c8b680004e73a41a277f70d6e6e1388eaab7380 (diff)
downloadlibsecret-d418a2dfc47fc378ff49f602e9dc41956a514f3b.tar.gz
build: Use /usr/bin/env to find python during tests
Diffstat (limited to 'build')
-rwxr-xr-xbuild/tap-driver2
-rwxr-xr-xbuild/tap-gtester2
-rwxr-xr-xbuild/tap-unittest2
3 files changed, 3 insertions, 3 deletions
diff --git a/build/tap-driver b/build/tap-driver
index 3906b40..96fd219 100755
--- a/build/tap-driver
+++ b/build/tap-driver
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
# Copyright (C) 2013 Red Hat, Inc.
#
diff --git a/build/tap-gtester b/build/tap-gtester
index 4b9dafb..881046a 100755
--- a/build/tap-gtester
+++ b/build/tap-gtester
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
# Copyright (C) 2014 Red Hat, Inc.
#
diff --git a/build/tap-unittest b/build/tap-unittest
index 915ec7d..a2e6c81 100755
--- a/build/tap-unittest
+++ b/build/tap-unittest
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
#
# This is a TAP compiler for python unittest