From 74f826daec9f8d3772f9f8041240eb835a0145bc Mon Sep 17 00:00:00 2001 From: Periyasamy Palanisamy Date: Thu, 1 Mar 2018 09:40:48 +0100 Subject: fix for sdnvpn testsuite execution stops abruptly * updated the recommended shebang line for python intrepreter directive Change-Id: Icd3023f03c8b5524afcb5d600a9d03749496acea Signed-off-by: Periyasamy Palanisamy --- sdnvpn/test/functest/testcase_12.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sdnvpn') diff --git a/sdnvpn/test/functest/testcase_12.py b/sdnvpn/test/functest/testcase_12.py index ebbb67a..df81f8a 100644 --- a/sdnvpn/test/functest/testcase_12.py +++ b/sdnvpn/test/functest/testcase_12.py @@ -1,4 +1,4 @@ -!/usr/bin/python +#!/usr/bin/env python # # Copyright (c) 2017 All rights reserved # This program and the accompanying materials -- cgit 1.2.3-korg