do not emit create for directory again

This commit is contained in:
Bernardo 2019-01-21 18:37:46 +01:00 committed by Aleksey Kladov
parent f88355ccb5
commit 7f7c4e7465
3 changed files with 6 additions and 8 deletions

View file

@ -40,9 +40,6 @@ fn test_vfs_works() -> std::io::Result<()> {
fs::write(file_path, text)?
}
let gitignore = dir.path().join("a/.gitignore");
fs::write(gitignore, "/target").unwrap();
let a_root = dir.path().join("a");
let b_root = dir.path().join("a/b");