diff options
| author | Andrey Zelenkov <zelenkov@nginx.com> | 2017-11-28 16:06:14 +0300 |
|---|---|---|
| committer | Andrey Zelenkov <zelenkov@nginx.com> | 2017-11-28 16:06:14 +0300 |
| commit | cf09ca655a051609d730f929f96c8178d5c1733d (patch) | |
| tree | 74b67e2cd0994d97142e758eb109f05ad123d43e | |
| parent | ec411569e77fc28a9f6641e567c7689fba9bc942 (diff) | |
| download | unit-cf09ca655a051609d730f929f96c8178d5c1733d.tar.gz unit-cf09ca655a051609d730f929f96c8178d5c1733d.tar.bz2 | |
Tests: changed shebang to the default.
Diffstat (limited to '')
| -rwxr-xr-x | test/run.py | 2 |
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 |
