From: Máté Eckl Date: Thu, 17 May 2018 07:36:55 +0000 (+0200) Subject: tests: py: specify python version in nft-test.py X-Git-Tag: v0.9.0~59 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a412f7e52c53f05c03c170269c428569ce6f32f3;p=thirdparty%2Fnftables.git 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 Signed-off-by: Florian Westphal --- 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 #