-
-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
curl: add --no-clobber #7708
curl: add --no-clobber #7708
Conversation
@jay could I get some help writing some unit tests for this? Sorry if you're the wrong person to ask! |
FYI it looks like this was attempted once in 2014 |
@Hex052 can you please fix the merge issue and force-push an update? Then I can have a look at making a test case or two for this! |
Apologies, I can absolutely do that!
…On Thu, Oct 7, 2021 at 4:09 AM Daniel Stenberg ***@***.***> wrote:
@Hex052 <https://github.com/Hex052> can you please fix the merge issue
and force-push an update? Then I can have a look at making a test case or
two for this!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#7708 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACNN4Z46RXMYOX4B3IYOIQ3UFWEWXANCNFSM5D3VUM7A>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Does not overwrite output files if they already exist Closes curl#7708
I rebased, squashed and took the liberty to force-push. |
It struck me that |
Does not overwrite output files if they already exist Closes curl#7708
Detected while working on #7708 that happened to trigger an error here with a new test case.
@Hex052 I'm getting close to merging this PR. Do you want to be credited as HexTheDragon for this change? |
Thanks! |
Sure, that works! |
I have no idea how to write a test that would cover this, if someone could help me with writing some, I'll happily add them!
This is something from the TODO list: