Fix sanitized_name test for Windows
This commit is contained in:
parent
140021173a
commit
806147ac9e
1 changed files with 1 additions and 1 deletions
|
@ -112,6 +112,6 @@ mod test {
|
|||
data_start: 0,
|
||||
external_attributes: 0,
|
||||
};
|
||||
assert_eq!(data.file_name_sanitized().to_str().unwrap(), "path/etc/passwd");
|
||||
assert_eq!(data.file_name_sanitized(), ::std::path::PathBuf::from("path/etc/passwd"));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue