diff options
author | Ondrej Holy <oholy@redhat.com> | 2014-03-27 15:00:29 +0100 |
---|---|---|
committer | Ondrej Holy <oholy@redhat.com> | 2014-04-16 12:22:18 +0200 |
commit | 6e72d1870dd9401dc5479e7bd40fb112b448dda1 (patch) | |
tree | b058dd7b7fe4fe690e2bf4270c85ee26ec5f1e94 /test | |
parent | b4387906ba3d5e73025e19245b5058e0db17c84f (diff) | |
download | gvfs-6e72d1870dd9401dc5479e7bd40fb112b448dda1.tar.gz |
tests: use "#!/usr/bin/env python3" to be more portable
https://bugzilla.gnome.org/show_bug.cgi?id=726911
Diffstat (limited to 'test')
-rwxr-xr-x | test/gvfs-test | 2 | ||||
-rwxr-xr-x | test/test_polkitd.py | 2 |
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: |