Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cp: add support POSIXLY_CORRECT=1 when dealing with dangling links #4812

Merged
merged 1 commit into from
May 2, 2023

Conversation

sylvestre
Copy link
Contributor

Partially fix GNU: tests/cp/thru-dangling.sh

@sylvestre
Copy link
Contributor Author

Remains:

rm f loop
export C=/usr/bin/
#export C="target/debug/coreutils "

echo hi > f
ln -s loop loop
${C}cp f loop
echo $?

@github-actions
Copy link

github-actions bot commented May 1, 2023

GNU testsuite comparison:

Congrats! The gnu test tests/rm/inaccessible is no longer failing!
GNU test failed: tests/tail-2/inotify-dir-recreate. tests/tail-2/inotify-dir-recreate is passing on 'main'. Maybe you have to rebase?

@cakebaker cakebaker merged commit 3f8e21c into uutils:main May 2, 2023
@sylvestre sylvestre deleted the thru-dangling branch May 3, 2023 06:06
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