mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 06:58:57 +01:00
Merge bitcoin/bitcoin#24381: test: Run symlink regression tests on Windows
fad7ddf9e3test: Run symlink regression tests on Windows (MarcoFalke) Pull request description: Seems odd to add tests, but not run them on the platform that needs them most. ACKs for top commit: laanwj: Code review ACKfad7ddf9e3ryanofsky: Code review ACKfad7ddf9e3, just removing new test. Would be nice if the test could be added later, of course. Tree-SHA512: 64b235967a38c2eb90657e8d7a0447bcc8ce81d1b75a275b6c48bd42efd9ea7e7939257e484f297ee84598def3738eaeb289561aeba1dd6a99b258d389995139
This commit is contained in:
@@ -152,7 +152,7 @@ BOOST_AUTO_TEST_CASE(rename)
|
||||
fs::remove(path2);
|
||||
}
|
||||
|
||||
#ifndef WIN32
|
||||
#ifndef __MINGW64__ // no symlinks on mingw
|
||||
BOOST_AUTO_TEST_CASE(create_directories)
|
||||
{
|
||||
// Test fs::create_directories workaround.
|
||||
@@ -174,6 +174,6 @@ BOOST_AUTO_TEST_CASE(create_directories)
|
||||
fs::remove(symlink);
|
||||
fs::remove(dir);
|
||||
}
|
||||
#endif // WIN32
|
||||
#endif // __MINGW64__
|
||||
|
||||
BOOST_AUTO_TEST_SUITE_END()
|
||||
|
||||
Reference in New Issue
Block a user