From 7eb7f7685b6a3896ee81abc3857102d749c8c02d Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 4 May 2021 09:19:12 +0300 Subject: test: +x *.py --- test/cavp.py | 2 ++ test/file.py | 2 ++ test/nist.py | 2 ++ 3 files changed, 6 insertions(+) mode change 100644 => 100755 test/cavp.py mode change 100644 => 100755 test/file.py mode change 100644 => 100755 test/nist.py diff --git a/test/cavp.py b/test/cavp.py old mode 100644 new mode 100755 index e155f86..95aa4a6 --- a/test/cavp.py +++ b/test/cavp.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python3 + # Copyright (c) 2015 Egor Tensin # This file is part of the "AES tools" project. # For details, see https://github.com/egor-tensin/aes-tools. diff --git a/test/file.py b/test/file.py old mode 100644 new mode 100755 index 8ad77ad..a2f54d3 --- a/test/file.py +++ b/test/file.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python3 + # Copyright (c) 2015 Egor Tensin # This file is part of the "AES tools" project. # For details, see https://github.com/egor-tensin/aes-tools. diff --git a/test/nist.py b/test/nist.py old mode 100644 new mode 100755 index 00c491c..6195d78 --- a/test/nist.py +++ b/test/nist.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python3 + # Copyright (c) 2015 Egor Tensin # This file is part of the "AES tools" project. # For details, see https://github.com/egor-tensin/aes-tools. -- cgit v1.2.3