summaryrefslogtreecommitdiffstats
path: root/tests/py
diff options
context:
space:
mode:
authorMáté Eckl <ecklm94@gmail.com>2018-05-17 09:36:55 +0200
committerFlorian Westphal <fw@strlen.de>2018-05-17 15:35:02 +0200
commita412f7e52c53f05c03c170269c428569ce6f32f3 (patch)
treef4eb7cdefc98a7e9670ac3c6b212fb1f6a3d5adf /tests/py
parent35fedcf540bfacbd1a46b593be1b8a3e96bd67e0 (diff)
tests: py: specify python version in nft-test.py
/usr/bin/python is linked to different main version of python in different distributions (eg. 2 on debian, 3 on arch linux). Signed-off-by: Máté Eckl <ecklm94@gmail.com> Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'tests/py')
-rwxr-xr-xtests/py/nft-test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/py/nft-test.py b/tests/py/nft-test.py
index a41b95de..88a3b218 100755
--- a/tests/py/nft-test.py
+++ b/tests/py/nft-test.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python2
#
# (C) 2014 by Ana Rey Botello <anarey@gmail.com>
#