diff options
| author | Jussi Pakkanen <jussi.pakkanen@mailbox.org> | 2025-08-10 22:40:15 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jussi.pakkanen@mailbox.org> | 2025-08-11 00:54:54 +0300 |
| commit | 89647c3073f4530f24d0e06c45d1f6c6d0f99933 (patch) | |
| tree | 313d68a5e055920050c04ebebdbe058e94f9e363 /unittests/machinefiletests.py | |
| parent | 651aede977179c5fe382744e3dd91ca8e01d050c (diff) | |
| download | meson-89647c3073f4530f24d0e06c45d1f6c6d0f99933.tar.gz | |
Condense test directory names.
Diffstat (limited to 'unittests/machinefiletests.py')
| -rw-r--r-- | unittests/machinefiletests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/machinefiletests.py b/unittests/machinefiletests.py index e4687eb60..7f88a54bf 100644 --- a/unittests/machinefiletests.py +++ b/unittests/machinefiletests.py @@ -388,7 +388,7 @@ class NativeFileTests(BasePlatformTests): def test_java_classpath(self): if self.backend is not Backend.ninja: raise SkipTest('Jar is only supported with Ninja') - testdir = os.path.join(self.unit_test_dir, '113 classpath') + testdir = os.path.join(self.unit_test_dir, '112 classpath') self.init(testdir) self.build() one_build_path = get_classpath(os.path.join(self.builddir, 'one.jar')) |
