diff options
author | David Seifert <soap@gentoo.org> | 2019-09-08 10:57:45 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2019-09-08 16:28:57 +0300 |
commit | c9042fc3eeb0f4e76f5cc1716677aec39e1821b7 (patch) | |
tree | af806942badb337065d843bbcb4ffc358c1074b6 /run_unittests.py | |
parent | 333f77ad3dcc0f33a7ff74fe7bca4d8da1713be2 (diff) | |
download | meson-c9042fc3eeb0f4e76f5cc1716677aec39e1821b7.zip meson-c9042fc3eeb0f4e76f5cc1716677aec39e1821b7.tar.gz meson-c9042fc3eeb0f4e76f5cc1716677aec39e1821b7.tar.bz2 |
Rename 'rpath-link secondary' unit test
Diffstat (limited to 'run_unittests.py')
-rwxr-xr-x | run_unittests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_unittests.py b/run_unittests.py index eedb087..04d67a8 100755 --- a/run_unittests.py +++ b/run_unittests.py @@ -5300,7 +5300,7 @@ endian = 'little' required for dependencies of dependencies (i.e. secondary dependencies). ''' with tempfile.TemporaryDirectory() as tempdirname: - testdirbase = os.path.join(self.unit_test_dir, '63 rpath-link secondary') + testdirbase = os.path.join(self.unit_test_dir, '67 rpath-link secondary') # build libA testdirlibA = os.path.join(testdirbase, 'libA') |