Thomas Rast <trast@xxxxxxxxxxxxxxx> writes: > The last test descended into a subdir without ever re-emerging, which > is not so nice to the next test writer. True. Making the test suite more robust like this patch does is very much appreciated. Is there a reason why we shouldn't be sticking to the more usual mkdir dups && ( cd dups && do whatever in dups ) pattern? > Signed-off-by: Thomas Rast <trast@xxxxxxxxxxxxxxx> > --- > t/t5510-fetch.sh | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/t/t5510-fetch.sh b/t/t5510-fetch.sh > index 8827828..dd035bf 100755 > --- a/t/t5510-fetch.sh > +++ b/t/t5510-fetch.sh > @@ -431,6 +431,7 @@ test_expect_success 'fetch --dry-run' ' > test_expect_success "should be able to fetch with duplicate refspecs" ' > mkdir dups && > cd dups && > + test_when_finished "cd .." && > git init && > git config branch.master.remote three && > git config remote.three.url ../three/.git && -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html