From 6e7b030afa1477581294d85df3dd41bf50d6e344 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Thu, 24 Oct 2024 08:14:43 -0500 Subject: [PATCH] fix --- repertory/repertory_test/src/winfsp_drive_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repertory/repertory_test/src/winfsp_drive_test.cpp b/repertory/repertory_test/src/winfsp_drive_test.cpp index b84abb9d..94761720 100644 --- a/repertory/repertory_test/src/winfsp_drive_test.cpp +++ b/repertory/repertory_test/src/winfsp_drive_test.cpp @@ -228,7 +228,7 @@ TYPED_TEST(winfsp_test, run_winfsp_tests) { "--resilient", }; - auto test_exec = utils::path::combine(test::get_project_input_dir(), + auto test_exec = utils::path::combine(test::get_test_input_dir(), { "bin", "winfsp-tests-x64.exe",