fix
This commit is contained in:
parent
983587aeb7
commit
6f68f268c0
@ -519,7 +519,7 @@ static void test_xattr_removexattr(const std::string &file_path) {
|
|||||||
TEST(fuse_drive, all_tests) {
|
TEST(fuse_drive, all_tests) {
|
||||||
auto current_directory = std::filesystem::current_path();
|
auto current_directory = std::filesystem::current_path();
|
||||||
|
|
||||||
for (std::size_t idx = 1U; idx < 2U; idx++) {
|
for (std::size_t idx = 0U; idx < 2U; idx++) {
|
||||||
std::filesystem::current_path(current_directory);
|
std::filesystem::current_path(current_directory);
|
||||||
|
|
||||||
const auto test_directory =
|
const auto test_directory =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user