Skip to content

Conversation

@cerdelen
Copy link
Contributor

@cerdelen cerdelen commented Jan 3, 2026

chownExecutor overwrote exit codes when recursively handling arguments.

Fixes: #10024

}

#[test]
#[cfg(not(target_vendor = "apple"))]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not apple?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had just copied a test from higher up the file and for this test this was the set cfg flag.

I refactored the test now.

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.

ChownExecutor: incorrect error handling when multiple files are processed

2 participants