From: Michael Tremer Date: Wed, 3 Aug 2022 16:02:22 +0000 (+0000) Subject: tests: Rename execute.py to jail.py X-Git-Tag: 0.9.28~593 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e4ccc16625279a0e438b81aefa56380d6acb7e1;p=pakfire.git tests: Rename execute.py to jail.py Signed-off-by: Michael Tremer --- diff --git a/Makefile.am b/Makefile.am index c34700239..e3468150e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -810,7 +810,7 @@ TESTS_ENVIRONMENT = \ topdir="$(shell pwd)" dist_check_SCRIPTS = \ - tests/python/execute.py \ + tests/python/jail.py \ tests/python/progressbar.py \ tests/python/test.py diff --git a/tests/python/execute.py b/tests/python/jail.py similarity index 98% rename from tests/python/execute.py rename to tests/python/jail.py index 987036916..6f7555918 100755 --- a/tests/python/execute.py +++ b/tests/python/jail.py @@ -5,7 +5,7 @@ import os import pakfire import unittest -class Test(unittest.TestCase): +class JailTests(unittest.TestCase): """ This tests the execute command """