diff options
author | Jeff King <peff@peff.net> | 2008-11-07 17:20:33 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-11-09 10:14:57 -0800 |
commit | b2dc968e60c94189805228f5d99786bd50189583 (patch) | |
tree | 92effe627ee45ec0f8466aec72ee9bfa1b58417c /builtin-receive-pack.c | |
parent | bc9c0248a5cf184756ba562d6c452cace8863517 (diff) | |
download | git-b2dc968e60c94189805228f5d99786bd50189583.tar.gz |
t5516: refactor oddball tests
t5516 sets up some utility functions for starting each test
with a clean slate. However, there were a few tests added
that do not use these functions, but instead make their own
repositories.
Let's bring these in line with the rest of the tests. Not
only do we reduce the number of lines, but these tests will
benefit from any further enhancements to the utility
scripts.
The conversion is pretty straightforward. Most of the tests
created a parent/child clone relationship, for which we now
use 'testrepo' as the parent. One test looked in testrepo,
but relied on previous tests to have set it up; it now sets
up testrepo explicitly, which makes it a bit more robust to
changes in the script, as well.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin-receive-pack.c')
0 files changed, 0 insertions, 0 deletions