diff options
| author | Jussi Pakkanen <jussi.pakkanen@mailbox.org> | 2025-11-23 16:15:20 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jussi.pakkanen@mailbox.org> | 2025-11-23 17:40:18 +0200 |
| commit | 23b3619b31fd78a318bd95954c1e62e361c0cb4a (patch) | |
| tree | a76eab6a3b52ba399c6e6a7b8de0ed62f917b305 /unittests/linuxliketests.py | |
| parent | b1b22987101a97aa5e7afabd73f6ac5a3ac7aa65 (diff) | |
| download | meson-23b3619b31fd78a318bd95954c1e62e361c0cb4a.tar.gz | |
Condense directory names for rc1.
Diffstat (limited to 'unittests/linuxliketests.py')
| -rw-r--r-- | unittests/linuxliketests.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unittests/linuxliketests.py b/unittests/linuxliketests.py index a97a1f106..4f775d651 100644 --- a/unittests/linuxliketests.py +++ b/unittests/linuxliketests.py @@ -1890,7 +1890,7 @@ class LinuxlikeTests(BasePlatformTests): self.assertIn('build t13-e1: c_LINKER t13-e1.p/main.c.o | libt12-s1.a libt13-s3.a\n', content) def test_top_options_in_sp(self): - testdir = os.path.join(self.unit_test_dir, '126 pkgsubproj') + testdir = os.path.join(self.unit_test_dir, '127 pkgsubproj') self.init(testdir) def test_unreadable_dir_in_declare_dep(self): @@ -1986,7 +1986,7 @@ class LinuxlikeTests(BasePlatformTests): self.wipe() def test_sanitizers(self): - testdir = os.path.join(self.unit_test_dir, '128 sanitizers') + testdir = os.path.join(self.unit_test_dir, '129 sanitizers') with self.subTest('no b_sanitize value'): try: |
