commit | 7a3f403d1e3bf3c5c00cf902215e7b4d085aa1e0 | [log] [tgz] |
---|---|---|
author | Charisee Chiw <chiw@google.com> | Tue Apr 02 15:56:40 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Apr 02 15:56:40 2024 +0000 |
tree | a76123cdfc4627b06856624ba570a51deed37e4e | |
parent | ae05ea3d04b6a85a7d0f5d8f4202700340f2f966 [diff] | |
parent | c0b3da5f673834eec77118bf98cde0e66e393085 [diff] |
Merge "Update needed for Rust v1.77.1" into main
diff --git a/authfs/tests/common/src/open_then_run.rs b/authfs/tests/common/src/open_then_run.rs index a976784..e5e33eb 100644 --- a/authfs/tests/common/src/open_then_run.rs +++ b/authfs/tests/common/src/open_then_run.rs
@@ -118,6 +118,7 @@ .read(true) .write(true) .create(true) + .truncate(true) .open(path) .with_context(|| format!("Open {} read-write", path))?, ))