mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
test fixed
This commit is contained in:
@@ -297,7 +297,7 @@ mod tests {
|
|||||||
#[test]
|
#[test]
|
||||||
fn test_utils_fmt_pex() {
|
fn test_utils_fmt_pex() {
|
||||||
assert_eq!(fmt_pex(UnixPex::from(7)), String::from("rwx"));
|
assert_eq!(fmt_pex(UnixPex::from(7)), String::from("rwx"));
|
||||||
assert_eq!(fmt_pex(UnixPex::from(5)), String::from("r-xr-x"));
|
assert_eq!(fmt_pex(UnixPex::from(5)), String::from("r-x"));
|
||||||
assert_eq!(fmt_pex(UnixPex::from(6)), String::from("rw-"));
|
assert_eq!(fmt_pex(UnixPex::from(6)), String::from("rw-"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user