I have a question: I would like to change the owner of a file in the test case I am writing -- an operation that requires super-user privileges. I am not sure if it is okay to do that in tests. Since that would require running tests with `sudo`. What would be the correct way to do this?