summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2014-03-27 15:00:29 +0100
committerOndrej Holy <oholy@redhat.com>2014-04-16 12:22:18 +0200
commit6e72d1870dd9401dc5479e7bd40fb112b448dda1 (patch)
treeb058dd7b7fe4fe690e2bf4270c85ee26ec5f1e94
parentb4387906ba3d5e73025e19245b5058e0db17c84f (diff)
downloadgvfs-6e72d1870dd9401dc5479e7bd40fb112b448dda1.tar.gz
tests: use "#!/usr/bin/env python3" to be more portable
https://bugzilla.gnome.org/show_bug.cgi?id=726911
-rwxr-xr-xtest/gvfs-test2
-rwxr-xr-xtest/test_polkitd.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/gvfs-test b/test/gvfs-test
index 98647ea5..911ace38 100755
--- a/test/gvfs-test
+++ b/test/gvfs-test
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
__author__ = 'Martin Pitt <martin.pitt@ubuntu.com>'
__copyright__ = '(C) 2012 Canonical Ltd.'
diff --git a/test/test_polkitd.py b/test/test_polkitd.py
index a66c4266..2f652418 100755
--- a/test/test_polkitd.py
+++ b/test/test_polkitd.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
# (C) 2011 Sebastian Heinlein
# (C) 2012 Canonical Ltd.
# Authors: