1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

mv: update to clap 4

This commit is contained in:
Terts Diepraam 2022-09-29 23:01:06 +02:00
parent ca135d3ef3
commit 5faae817ba
3 changed files with 34 additions and 23 deletions

View file

@ -803,6 +803,7 @@ fn test_mv_verbose() {
#[test]
#[cfg(any(target_os = "linux", target_os = "android"))] // mkdir does not support -m on windows. Freebsd doesn't return a permission error either.
#[cfg(features = "mkdir")]
fn test_mv_permission_error() {
let scene = TestScenario::new("mkdir");
let folder1 = "bar";