mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-09-15 11:36:16 +00:00
parent
a2691c9f4a
commit
38831c46d1
2 changed files with 12 additions and 1 deletions
|
@ -180,3 +180,10 @@ fn test_relpath_no_from_with_d() {
|
|||
assert!(Path::new(&result_stdout).is_absolute());
|
||||
}
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_relpath_no_to() {
|
||||
new_ucmd!()
|
||||
.fails()
|
||||
.stderr_contains("required arguments were not provided");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue