]> git.ipfire.org Git - pakfire.git/commitdiff
tests: Rename execute.py to jail.py
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 3 Aug 2022 16:02:22 +0000 (16:02 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 3 Aug 2022 16:02:22 +0000 (16:02 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am
tests/python/jail.py [moved from tests/python/execute.py with 98% similarity]

index c34700239cb7ba6dfbff6e58192442757355d11d..e3468150e893cfe68febcda4c96c46500802996b 100644 (file)
@@ -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
 
similarity index 98%
rename from tests/python/execute.py
rename to tests/python/jail.py
index 9870369168c5ca459084b135875acfe388bf388a..6f755591836259f22b0b13a1c0792d4a16d6ac19 100755 (executable)
@@ -5,7 +5,7 @@ import os
 import pakfire
 import unittest
 
-class Test(unittest.TestCase):
+class JailTests(unittest.TestCase):
        """
                This tests the execute command
        """