From 31d8a2646bebb952a273d37186ceb80e51f18032 Mon Sep 17 00:00:00 2001 From: Romanos Skiadas Date: Thu, 22 Sep 2016 10:23:35 +0300 Subject: Fix a shebang Change-Id: Ib0b1a8c1b82c57d76d97520cbc27f043fede1352 Signed-off-by: Romanos Skiadas (cherry picked from commit 4f564c6379985fe8c16a50adbb2b0665b71d882e) --- test/functest/run_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functest/run_tests.py b/test/functest/run_tests.py index b5eedb5..be2bcb2 100644 --- a/test/functest/run_tests.py +++ b/test/functest/run_tests.py @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/python # # Copyright (c) 2015 All rights reserved # This program and the accompanying materials -- cgit 1.2.3-korg