From 70bcfe9a9a1b46f9817c7060bc5cf6b360997372 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Fri, 8 Aug 2025 08:28:29 -0500 Subject: [PATCH] fix --- repertory/repertory_test/include/fixtures/fuse_fixture.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repertory/repertory_test/include/fixtures/fuse_fixture.hpp b/repertory/repertory_test/include/fixtures/fuse_fixture.hpp index a4537290..c563a860 100644 --- a/repertory/repertory_test/include/fixtures/fuse_fixture.hpp +++ b/repertory/repertory_test/include/fixtures/fuse_fixture.hpp @@ -376,8 +376,8 @@ public: args.emplace_back("-unmount"); #if defined(__APPLE__) - auto mount_cmd = "./repertory.app/Contents/MacOS/repertory " + - utils::string::join(args, ' '); + auto unmount_cmd = "./repertory.app/Contents/MacOS/repertory " + + utils::string::join(args, ' '); #else // !defined(__APPLE__) auto unmount_cmd = "./repertory " + utils::string::join(args, ' '); #endif // defined(__APPLE__)