mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 19:15:54 +00:00
Comment out a quite useless test case if platform is not Windows, since getcwd()
return the canonical path (resolving symlinks), while HOME may contains symlinks.
This commit is contained in:
@@ -951,7 +951,9 @@ public:
|
|||||||
expect (! home.isOnCDRomDrive());
|
expect (! home.isOnCDRomDrive());
|
||||||
expect (File::getCurrentWorkingDirectory().exists());
|
expect (File::getCurrentWorkingDirectory().exists());
|
||||||
expect (home.setAsCurrentWorkingDirectory());
|
expect (home.setAsCurrentWorkingDirectory());
|
||||||
|
#if BEAST_WINDOWS
|
||||||
expect (File::getCurrentWorkingDirectory() == home);
|
expect (File::getCurrentWorkingDirectory() == home);
|
||||||
|
#endif
|
||||||
|
|
||||||
{
|
{
|
||||||
Array<File> roots;
|
Array<File> roots;
|
||||||
|
|||||||
Reference in New Issue
Block a user