chiark / gitweb /
git-debrebase: merge: New record-resolved-merge subcommand, WIP
[dgit.git] / tests / tests / clone-reprepro
index 13132890be6cc7967c0cc6cd015a225f56cbea3f..063a1387de18d236a4a14a84515f378b0e4d5d0d 100755 (executable)
@@ -3,8 +3,11 @@ set -e
 . tests/lib
 . $troot/lib-reprepro
 
+suitespecs+=' stable'
+
 t-dependencies reprepro
 t-reprepro
+t-tstunt-parsechangelog
 
 t-archive example 1.0-1
 t-git-none
@@ -14,4 +17,17 @@ t-dgit clone $p
 cd $p
 t-cloned-fetched-good
 
-echo ok.
+add_pari () {
+       local p
+       local v
+       local suite=stable
+       t-archive pari-extra 3-1
+}
+add_pari
+
+t-dgit fetch unstable,stable
+
+t-refs-same-start
+t-refs-same refs/remotes/dgit/sid,stable refs/remotes/dgit/sid
+
+t-ok