summaryrefslogtreecommitdiff
path: root/tests/testing
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testing')
-rw-r--r--tests/testing/__init__.py2
-rwxr-xr-xtests/testing/helpers.py2
-rw-r--r--tests/testing/results.py2
-rwxr-xr-xtests/testing/tests.py2
-rw-r--r--tests/testing/units.py2
5 files changed, 5 insertions, 5 deletions
diff --git a/tests/testing/__init__.py b/tests/testing/__init__.py
index 1bc471108..4230079e6 100644
--- a/tests/testing/__init__.py
+++ b/tests/testing/__init__.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python2.7
#
# Copyright (c) 2016 ARM Limited
# All rights reserved
diff --git a/tests/testing/helpers.py b/tests/testing/helpers.py
index 29c6bf5ea..70e6dfb01 100755
--- a/tests/testing/helpers.py
+++ b/tests/testing/helpers.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python2.7
#
# Copyright (c) 2016 ARM Limited
# All rights reserved
diff --git a/tests/testing/results.py b/tests/testing/results.py
index 4e0707860..8cb3811df 100644
--- a/tests/testing/results.py
+++ b/tests/testing/results.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python2.7
#
# Copyright (c) 2016 ARM Limited
# All rights reserved
diff --git a/tests/testing/tests.py b/tests/testing/tests.py
index 123d3b1a4..00f3e5a12 100755
--- a/tests/testing/tests.py
+++ b/tests/testing/tests.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python2.7
#
# Copyright (c) 2016-2017 ARM Limited
# All rights reserved
diff --git a/tests/testing/units.py b/tests/testing/units.py
index 220cf61f6..90918aea5 100644
--- a/tests/testing/units.py
+++ b/tests/testing/units.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python2.7
#
# Copyright (c) 2016 ARM Limited
# All rights reserved