Re: [PATCH v3 1/4] t7503: verify proper hook execution

2019-08-02 Thread Martin Ă…gren
On Fri, 2 Aug 2019 at 00:20, Josh Steadmon wrote: > > t7503 did not verify that the expected hooks actually ran during > testing. Fix that by making the hook scripts write their $0 into a file > so that we can compare actual execution vs. expected execution. It could be argued that this test is p

[PATCH v3 1/4] t7503: verify proper hook execution

2019-08-01 Thread Josh Steadmon
t7503 did not verify that the expected hooks actually ran during testing. Fix that by making the hook scripts write their $0 into a file so that we can compare actual execution vs. expected execution. While we're at it, do some test style cleanups, such as using write_script() and doing setup insi