1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-05-10 01:26:14 +02:00

Fixed typo (#1928)

Signed-off-by: Luis Dietl <interruptedThread@gmail.com>
This commit is contained in:
Luis 2023-05-17 06:21:19 +02:00 committed by GitHub
parent 5a8c0c71b3
commit 668a31cb96
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -299,7 +299,7 @@ pub fn test_mount_noreleatime_option(path: &str) -> Result<(), std::io::Error> {
// Do not update access times for (all types of) files on this mount.
// case:
// 1. touch rnoatime.txt file, get atime
// 2. caat rnoatime.txt, check atime wheather update, if update return error, else return Ok
// 2. cat rnoatime.txt, check atime wheather update, if update return error, else return Ok
pub fn test_mount_rnoatime_option(path: &str) -> Result<(), std::io::Error> {
let test_file_path = PathBuf::from(path).join("rnoatime.txt");
Command::new("touch")