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 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 test/cavp.py (limited to 'test/cavp.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. -- cgit v1.2.3