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 <roger.zanoni@openbossa.org>
This commit is contained in:
Roger Zanoni 2014-02-21 20:23:56 +02:00 committed by Jouni Malinen
parent 5be9dcbb86
commit 040dc68e8c

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python2
#
# AP tests
# Copyright (c) 2013-2014, Jouni Malinen <j@w1.fi>