sapling/eden/test_support
Xavier Deguillard 303d37ab96 test_support: canonicalize the temporary directory path
Summary:
With D30320515, EdenFS internally canonicalize all the mount paths passed to
it. As a result, the output of `eden list` may not match the path given to
`eden mount` if one of the directory leading to the mount point was a symlink.
Since some tests are comparing both, this can lead to some test failures.

To solve this, we simply need to make sure that the temporary directory for the
test is canonicalized.

Reviewed By: fanzeyi

Differential Revision: D30349411

fbshipit-source-id: 139d4be02b5783c6a439270845239acab6a6c955
2021-08-16 16:08:45 -07:00
..
async_case_backport.py enable asynchronous integration tests 2020-06-15 15:53:50 -07:00
CMakeLists.txt support building the integration tests with CMake 2019-10-04 08:56:38 -07:00
environment_variable.py kill off some of the integration test mixin classes 2020-04-22 15:02:42 -07:00
temporary_directory.py test_support: canonicalize the temporary directory path 2021-08-16 16:08:45 -07:00
testcase.py apply upgraded black 21.4b2 formatting to fbsource 2021-05-04 22:16:51 -07:00