From 28d0696beaad18624255d631ff997dd4ac69f182 Mon Sep 17 00:00:00 2001 From: Aymeric Vincent Date: Thu, 5 Jan 2017 16:45:17 +0100 Subject: use python2 as executable name, give adequate permissions --- test/core/interval.py | 2 +- test/core/parse_asm.py | 2 +- test/core/test_types.py | 2 +- test/core/utils.py | 3 ++- 4 files changed, 5 insertions(+), 4 deletions(-) mode change 100644 => 100755 test/core/interval.py mode change 100644 => 100755 test/core/parse_asm.py mode change 100644 => 100755 test/core/test_types.py mode change 100644 => 100755 test/core/utils.py (limited to 'test/core') diff --git a/test/core/interval.py b/test/core/interval.py old mode 100644 new mode 100755 index 4572ac50..ab18e567 --- a/test/core/interval.py +++ b/test/core/interval.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#! /usr/bin/env python2 #-*- coding:utf-8 -*- from miasm2.core.interval import * diff --git a/test/core/parse_asm.py b/test/core/parse_asm.py old mode 100644 new mode 100755 index a488d075..e91c8c8c --- a/test/core/parse_asm.py +++ b/test/core/parse_asm.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#! /usr/bin/env python2 #-*- coding:utf-8 -*- import unittest diff --git a/test/core/test_types.py b/test/core/test_types.py old mode 100644 new mode 100755 index f6e5cb13..ab1d47c4 --- a/test/core/test_types.py +++ b/test/core/test_types.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#! /usr/bin/env python2 # miasm2.core.types tests diff --git a/test/core/utils.py b/test/core/utils.py old mode 100644 new mode 100755 index f7de6565..b506f904 --- a/test/core/utils.py +++ b/test/core/utils.py @@ -1,4 +1,5 @@ -#!/usr/bin/env python +#! /usr/bin/env python2 + #-*- coding:utf-8 -*- import unittest -- cgit 1.4.1