]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
tests: py: specify python version in nft-test.py
authorMáté Eckl <ecklm94@gmail.com>
Thu, 17 May 2018 07:36:55 +0000 (09:36 +0200)
committerFlorian Westphal <fw@strlen.de>
Thu, 17 May 2018 13:35:02 +0000 (15:35 +0200)
/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>
tests/py/nft-test.py

index a41b95def179a4874287f482ba06cef0365468d3..88a3b2181aba29549e23f2671c9d84d50ae96356 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python2
 #
 # (C) 2014 by Ana Rey Botello <anarey@gmail.com>
 #