summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/tests/inarchivecopy7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/tests/inarchivecopy b/tests/tests/inarchivecopy
index ed0bcae..fbd197d 100755
--- a/tests/tests/inarchivecopy
+++ b/tests/tests/inarchivecopy
@@ -38,14 +38,21 @@ 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