We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 40139fe + f218508 commit 6a13cf1Copy full SHA for 6a13cf1
CMakeLists.txt
@@ -706,9 +706,9 @@ IF (BUILD_CLAR)
706
707
ENABLE_TESTING()
708
IF (WINHTTP OR OPENSSL_FOUND OR SECURITY_FOUND)
709
- ADD_TEST(libgit2_clar libgit2_clar -ionline)
+ ADD_TEST(libgit2_clar libgit2_clar -ionline -xclone::local::git_style_unc_paths -xclone::local::standard_unc_paths_are_written_git_style)
710
ELSE ()
711
- ADD_TEST(libgit2_clar libgit2_clar -v)
+ ADD_TEST(libgit2_clar libgit2_clar -v -xclone::local::git_style_unc_paths -xclone::local::standard_unc_paths_are_written_git_style)
712
ENDIF ()
713
714
# Add a test target which runs the cred callback tests, to be
0 commit comments