-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels

Description
ref: #3320
Below described issue is at least one of the reason why the gnu test tests/cp/cp-parents.sh
is in ERROR state.
gnu
> cp --verbose -a --parents a/b/c d
a -> d/a
a/b -> d/a/b
'a/b/c' -> 'd/a/b/c'
uutils
> cp --verbose -a --parents a/b/c d
> ls -al d
total 0
drwxr-xr-x 3 bha_srik_k users 15 Mar 29 12:51 .
drwxr-xr-x 12 bha_srik_k users 178 Mar 29 12:48 ..
drwxr-xr-x 2 bha_srik_k users 6 Mar 29 12:51 c
- note that gnu creates the directory
d/a/b/c
whereas uutils creates the directoryd/c
- also, the verbose options seems to be not working in uutils
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done