X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=blobdiff_plain;f=tests%2Ftests%2Finarchivecopy;h=e87baaf3252f75c486a678d7127c20fd38f41ccb;hp=ed0bcae20639ba21145909be68e64486573fba11;hb=6ce82b29dc651abd46de2cc36c07f41f02c159ed;hpb=d106f47c2e2d774ca2f99eb53d4d9038e9a5aa62 diff --git a/tests/tests/inarchivecopy b/tests/tests/inarchivecopy index ed0bcae2..e87baaf3 100755 --- a/tests/tests/inarchivecopy +++ b/tests/tests/inarchivecopy @@ -2,9 +2,8 @@ set -e . tests/lib -t-restrict x-dgit-unfinished - t-setup-import examplegit +t-tstunt-parsechangelog cd $p git checkout -b dgit/stable dgit/dgit/stable @@ -38,18 +37,25 @@ copy-check () { git merge --ff-only dgit/dgit/stable copy-check-good + local fetched=$(t-sametree-parent HEAD) cd .. rm -rf example.cloned t-dgit clone $p stable example.cloned cd example.cloned + t-refs-same-start copy-check-good + local cloned=$(t-sametree-parent HEAD) cd .. + + t-refs-same-start + t-ref-same-val fetched $fetched + t-ref-same-val cloned $cloned } copy-check 2.0 copy-check 2.1 -xxx rest of test +echo ok.