From 040dc68e8cd48c634871afa681d2d27c61940212 Mon Sep 17 00:00:00 2001 From: Roger Zanoni Date: Fri, 21 Feb 2014 20:23:56 +0200 Subject: [PATCH] tests: Change the python interpreter directive This makes the script check the environment for the current python interpreter in use instead of assuming that the python executable points to a python 2 interpreter. Signed-off-by: Roger Zanoni --- tests/hwsim/run-tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/hwsim/run-tests.py b/tests/hwsim/run-tests.py index 4ae987f..abaddcd 100755 --- a/tests/hwsim/run-tests.py +++ b/tests/hwsim/run-tests.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # # AP tests # Copyright (c) 2013-2014, Jouni Malinen -- 2.1.4