From bf9ff6e5eee7a5b7bfb2b50b0dc5bf948e87eaae Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Fri, 1 Aug 2025 15:33:41 +0300 Subject: Condense test directory names for 1.9. --- unittests/machinefiletests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unittests/machinefiletests.py') diff --git a/unittests/machinefiletests.py b/unittests/machinefiletests.py index 7f88a54bf..e4687eb60 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, '112 classpath') + testdir = os.path.join(self.unit_test_dir, '113 classpath') self.init(testdir) self.build() one_build_path = get_classpath(os.path.join(self.builddir, 'one.jar')) -- cgit v1.2.3