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-10 22:40:15 +0300 |
commit | f6974035628993db1d4b52035ff7480e3bf7375f (patch) | |
tree | 313d68a5e055920050c04ebebdbe058e94f9e363 /unittests/machinefiletests.py | |
parent | 651aede977179c5fe382744e3dd91ca8e01d050c (diff) | |
download | meson-condenserc2.zip meson-condenserc2.tar.gz meson-condenserc2.tar.bz2 |
Condense test directory names.condenserc2
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 e4687eb..7f88a54 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')) |