mirror of
https://github.com/containers/youki
synced 2024-11-22 17:02:00 +01:00
Fixed typo (#1928)
Signed-off-by: Luis Dietl <interruptedThread@gmail.com>
This commit is contained in:
parent
5a8c0c71b3
commit
668a31cb96
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user