aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMichael Kaufmann <mail@michael-kaufmann.ch>2018-07-29 12:22:57 +0200
committerMichael Kaufmann <mail@michael-kaufmann.ch>2018-07-29 12:23:04 +0200
commit4f223593cc3802bf5d13ecff2cf3c9b9643f8fd7 (patch)
treec13113bcd7dedd3ccb6ed5f69ffc853054394ca8 /tests
parent1fb8048abb25c211116bb147e2d80e25e47fd1cc (diff)
tests/http_pipe.py: Use /usr/bin/env to find python
Diffstat (limited to 'tests')
-rwxr-xr-xtests/http_pipe.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/http_pipe.py b/tests/http_pipe.py
index bc3217384..95389f494 100755
--- a/tests/http_pipe.py
+++ b/tests/http_pipe.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
# Copyright 2012 Google Inc. All Rights Reserved.
#