From 9da940736b82208dcd6c1624a415d6f1c4e6d106 Mon Sep 17 00:00:00 2001
From: smlng <s@mlng.net>
Date: Fri, 26 Jan 2018 11:09:11 +0100
Subject: [PATCH] tests: use python3 for tests scripts

---
 tests/lwip/tests/01-run.py                | 2 +-
 tests/xtimer_usleep/tests/01-run.py       | 2 +-
 tests/xtimer_usleep_short/tests/01-run.py | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/lwip/tests/01-run.py b/tests/lwip/tests/01-run.py
index 652455ccff..6c7f62c8da 100755
--- a/tests/lwip/tests/01-run.py
+++ b/tests/lwip/tests/01-run.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 # -*- coding: utf-8 -*-
 # vim:fenc=utf-8
 #
diff --git a/tests/xtimer_usleep/tests/01-run.py b/tests/xtimer_usleep/tests/01-run.py
index 74ba91d31d..1cc3f17577 100755
--- a/tests/xtimer_usleep/tests/01-run.py
+++ b/tests/xtimer_usleep/tests/01-run.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 # vim:fenc=utf-8
 
diff --git a/tests/xtimer_usleep_short/tests/01-run.py b/tests/xtimer_usleep_short/tests/01-run.py
index 815c166e0d..d242289512 100755
--- a/tests/xtimer_usleep_short/tests/01-run.py
+++ b/tests/xtimer_usleep_short/tests/01-run.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 # Copyright (C) 2017 Michel Rottleuthner <michel.rottleuthner@haw-hamburg.de>
 #
-- 
GitLab