From a412f7e52c53f05c03c170269c428569ce6f32f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Eckl?= Date: Thu, 17 May 2018 09:36:55 +0200 Subject: tests: py: specify python version in nft-test.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit /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 --- tests/py/nft-test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/py') 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 # -- cgit v1.2.3