summaryrefslogtreecommitdiff
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
parent1fb8048abb25c211116bb147e2d80e25e47fd1cc (diff)
downloadcurl-4f223593cc3802bf5d13ecff2cf3c9b9643f8fd7.tar.gz
tests/http_pipe.py: Use /usr/bin/env to find python
-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.
#