| 1076 | } |
| 1077 | |
| 1078 | static void TestOtherThread(fs::path dirname, std::string lockname, bool *result) |
| 1079 | { |
| 1080 | *result = LockDirectory(dirname, lockname); |
| 1081 | } |
| 1082 | |
| 1083 | #ifndef WIN32 // Cannot do this test on WIN32 due to lack of fork() |
| 1084 | static constexpr char LockCommand = 'L'; |
nothing calls this directly
no test coverage detected