Skip to content

Conversation

matrixhead
Copy link
Contributor

@matrixhead matrixhead commented Jun 3, 2024

This PR aims to fix the GNU cp-parents test case. The following behaviors have been changed in this PR:

  • if dereference is enabled and --preserve attributes are specified, instead of copying the attributes of the symlink itself, cp will try to copy the attributes of the actual file the symlink points to.
  • --parents will not fail if an absolute path is given (I couldn't make this work on Windows).
  • For GNU compatibility, cp will not return an error if setting ownership fails.

Copy link

github-actions bot commented Jun 3, 2024

GNU testsuite comparison:

Congrats! The gnu test tests/cp/cp-parents is no longer failing!
Skipping an intermittent issue tests/tail/inotify-dir-recreate (passes in this run but fails in the 'main' branch)

1 similar comment
Copy link

github-actions bot commented Jun 3, 2024

GNU testsuite comparison:

Congrats! The gnu test tests/cp/cp-parents is no longer failing!
Skipping an intermittent issue tests/tail/inotify-dir-recreate (passes in this run but fails in the 'main' branch)

@matrixhead matrixhead force-pushed the cp-parents branch 2 times, most recently from 8732b07 to 651fc7c Compare June 3, 2024 12:57
Copy link

github-actions bot commented Jun 3, 2024

GNU testsuite comparison:

Congrats! The gnu test tests/cp/cp-parents is no longer failing!
Skipping an intermittent issue tests/tail/inotify-dir-recreate (passes in this run but fails in the 'main' branch)

Copy link

github-actions bot commented Jun 3, 2024

GNU testsuite comparison:

Congrats! The gnu test tests/cp/cp-parents is no longer failing!
Skipping an intermittent issue tests/tail/inotify-dir-recreate (passes in this run but fails in the 'main' branch)

Copy link

github-actions bot commented Jun 4, 2024

GNU testsuite comparison:

Congrats! The gnu test tests/cp/cp-parents is no longer failing!
Skipping an intermittent issue tests/tail/inotify-dir-recreate (passes in this run but fails in the 'main' branch)

Copy link

github-actions bot commented Jun 4, 2024

GNU testsuite comparison:

Skip an intermittent issue tests/tail/inotify-dir-recreate (fails in this run but passes in the 'main' branch)
Congrats! The gnu test tests/cp/cp-parents is no longer failing!

@sylvestre
Copy link
Contributor

it is still marked as draft, please remove it when ready :)

@matrixhead matrixhead marked this pull request as ready for review June 4, 2024 13:37
Copy link

github-actions bot commented Jun 4, 2024

GNU testsuite comparison:

Congrats! The gnu test tests/cp/cp-parents is no longer failing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants