chiark
/
gitweb
/
~ianmdlvl
/
dgit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbc24ad
)
Test suite: inarchivecopy: use t-sametree-parent
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Tue, 30 Aug 2016 00:37:43 +0000
(
01:37
+0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Tue, 6 Sep 2016 12:20:36 +0000
(13:20 +0100)
Otherwise different history between fetch and clone breaks the test.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
tests/tests/inarchivecopy
patch
|
blob
|
history
diff --git
a/tests/tests/inarchivecopy
b/tests/tests/inarchivecopy
index ed0bcae20639ba21145909be68e64486573fba11..fbd197dca7549f4d7bb00011f4f6b77396394035 100755
(executable)
--- 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