[PATCH] test: use test_expect_equal for PATH test, update message

2014-04-18 Thread David Bremner
David Bremner writes: > - The old test was quite impossible to debug; the new one shows the difference > between the two directories, if any. > > - "repository" doesn't make sense for out of tree builds. Or tarball > builds, for that matter. > --- pushed, d

Re: [PATCH] test: use test_expect_equal for PATH test, update message

2014-04-17 Thread David Bremner
David Bremner da...@tethera.net writes: - The old test was quite impossible to debug; the new one shows the difference between the two directories, if any. - repository doesn't make sense for out of tree builds. Or tarball builds, for that matter. --- pushed, d

[PATCH] test: use test_expect_equal for PATH test, update message

2014-04-13 Thread David Bremner
- The old test was quite impossible to debug; the new one shows the difference between the two directories, if any. - "repository" doesn't make sense for out of tree builds. Or tarball builds, for that matter. --- I was tracking down a weird issue with out of tree builds. I didn't find the

[PATCH] test: use test_expect_equal for PATH test, update message

2014-04-13 Thread David Bremner
- The old test was quite impossible to debug; the new one shows the difference between the two directories, if any. - repository doesn't make sense for out of tree builds. Or tarball builds, for that matter. --- I was tracking down a weird issue with out of tree builds. I didn't find the

Re: [PATCH] test: use test_expect_equal for PATH test, update message

2014-04-13 Thread Tomi Ollila
On Sun, Apr 13 2014, David Bremner da...@tethera.net wrote: - The old test was quite impossible to debug; the new one shows the difference between the two directories, if any. - repository doesn't make sense for out of tree builds. Or tarball builds, for that matter. --- Looks better