chiark / gitweb /
Test suite: inarchivecopy: Is finished
[dgit.git] / tests / tests / inarchivecopy
index ed0bcae20639ba21145909be68e64486573fba11..41c0321e3c0205820e72050be5125fa04f969735 100755 (executable)
@@ -2,8 +2,6 @@
 set -e
 . tests/lib
 
-t-restrict x-dgit-unfinished
-
 t-setup-import examplegit
 
 cd $p
@@ -38,18 +36,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.