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

fs_path: let root run the ownership tests #6513

Merged
merged 1 commit into from Mar 2, 2023
Merged

Conversation

ethomson
Copy link
Member

The git_fs_path_owner_is_current_user expects the root dir on unix (/) to be owned by a non-current user. This makes sense unless root (or euid == 0) is running the tests, which often happens during distro build / packaging scripts. Allow them to run the tests.

The `git_fs_path_owner_is_current_user` expects the root dir on unix
(`/`) to be owned by a non-current user. This makes sense unless root
(or euid == 0) is running the tests, which often happens during distro
build / packaging scripts. Allow them to run the tests.
@ethomson ethomson merged commit 7445d51 into main Mar 2, 2023
@ethomson ethomson deleted the ethomson/util_test_root branch March 2, 2023 00:20
@ethomson ethomson added the build label Mar 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant