We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aab78f1 commit fd87ac0Copy full SHA for fd87ac0
gix-worktree-state/tests/state/checkout.rs
@@ -199,7 +199,7 @@ fn overwriting_files_and_lone_directories_works() -> crate::Result {
199
|d| {
200
let empty = d.join("empty");
201
symlink::symlink_dir(d.join(".."), &empty)?; // empty is symlink to the directory above
202
- std::fs::write(d.join("executable"), b"foo")?; // executable is regular file and has different content
+ std::fs::write(d.join("executable"), b"longer content foo bar")?; // executable is regular file and has different content
203
let dir = d.join("dir");
204
std::fs::create_dir(&dir)?;
205
std::fs::create_dir(dir.join("content"))?; // 'content' is a directory now
0 commit comments