summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrey Zelenkov <zelenkov@nginx.com>2017-11-28 16:06:14 +0300
committerAndrey Zelenkov <zelenkov@nginx.com>2017-11-28 16:06:14 +0300
commitcf09ca655a051609d730f929f96c8178d5c1733d (patch)
tree74b67e2cd0994d97142e758eb109f05ad123d43e
parentec411569e77fc28a9f6641e567c7689fba9bc942 (diff)
downloadunit-cf09ca655a051609d730f929f96c8178d5c1733d.tar.gz
unit-cf09ca655a051609d730f929f96c8178d5c1733d.tar.bz2
Tests: changed shebang to the default.
Diffstat (limited to '')
-rwxr-xr-xtest/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run.py b/test/run.py
index be76a4fb..749c11d7 100755
--- a/test/run.py
+++ b/test/run.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
import unittest
import os