From 7cab936d3709f87664f2025582dfd99d910552e6 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 30 Oct 2016 22:11:15 +0000 Subject: Test suite: inarchivecopy: Do a "git init" and "git fetch" test too This checks that we receive all the needed objects even if we don't do git clone. Signed-off-by: Ian Jackson --- tests/tests/inarchivecopy | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'tests') diff --git a/tests/tests/inarchivecopy b/tests/tests/inarchivecopy index b6cbb12..411f560 100755 --- a/tests/tests/inarchivecopy +++ b/tests/tests/inarchivecopy @@ -49,9 +49,21 @@ copy-check () { local cloned=$(t-sametree-parent HEAD) cd .. + rm -rf example.initd + mkdir example.initd + cd example.initd + git init + t-refs-same-start + t-dgit -p $p fetch $tosuite + git reset --hard refs/remotes/dgit/dgit/$tosuite + copy-check-good + local initd=$(t-sametree-parent HEAD) + cd .. + t-refs-same-start t-ref-same-val fetched $fetched t-ref-same-val cloned $cloned + t-ref-same-val initd $initd } copy-check 2.0 -- cgit v1.2.3