Skip to content

Commit

Permalink
[Test] Fix fsutil tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rikyoz committed Dec 14, 2024
1 parent b42324e commit 38f3b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/test_fsutil.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ TEST_CASE( "fsutil: In-archive path computation", "[fsutil][in_archive_path]" )

#endif

#if defined( _WIN32 ) && defined( BIT7Z_AUTO_PREFIX_LONG_PATHS )
#if defined( _WIN32 ) && defined( BIT7Z_AUTO_PREFIX_LONG_PATHS ) && !defined( BIT7Z_DISABLE_USE_STD_FILESYSTEM )
TEST_CASE( "fsutil: Format long Windows paths", "[fsutil][format_long_path]" ) {
const std::wstring kLongPathPrefix = BIT7Z_NATIVE_STRING( R"(\\?\)" );

Expand Down

0 comments on commit 38f3b6d

Please sign in to comment.