Add regression test for #9179

This commit is contained in:
topjohnwu
2025-07-18 17:29:10 -07:00
committed by John Wu
parent 9ca469898c
commit cd9851a1fe
4 changed files with 18 additions and 5 deletions

View File

@@ -292,7 +292,7 @@ impl FsNode {
&src,
path.worker(),
matches!(node, FsNode::Directory { .. }),
);
)?;
}
_ => node.commit_tmpfs(path)?,
}