saidsay-so / pjdfstest

File system test suite.
https://saidsay-so.github.io/pjdfstest/
Other
7 stars 1 forks source link

feat(rename): add EACCES sticky tests #134

Open saidsay-so opened 1 year ago

saidsay-so commented 6 months ago

@asomers I'm thinking that the macro function I wrote for this test is maybe too much generic and makes it difficult to understand, what do you think of it?

asomers commented 6 months ago

What I worry about isn't the macro. I worry that assert_sticky_rename is too big. Can you break it up into separate test cases?

saidsay-so commented 6 months ago

What I worry about isn't the macro. I worry that assert_sticky_rename is too big. Can you break it up into separate test cases?

Yes, I was talking about the function I don't know why I said macro.