From d0d5921cf92ea15464f9ff4856c34b026a30ffb0 Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Thu, 12 Sep 2024 14:39:05 +0200 Subject: Remove Compatibility flag from tests --- test/main.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'test/main.cpp') diff --git a/test/main.cpp b/test/main.cpp index f73045dc..54afa2dc 100644 --- a/test/main.cpp +++ b/test/main.cpp @@ -20,12 +20,9 @@ #include "src/buildtool/file_system/git_context.hpp" #include "src/buildtool/storage/file_chunker.hpp" #include "test/utils/logging/log_config.hpp" -#include "test/utils/test_env.hpp" auto main(int argc, char* argv[]) -> int { ConfigureLogging(); - ReadCompatibilityFromEnv(); - /** * The current implementation of libgit2 uses pthread_key_t incorrectly * on POSIX systems to handle thread-specific data, which requires us to -- cgit v1.2.3