X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=tests%2Ftests%2Fclone-reprepro;h=62b4c8d08bcd6ddea00ce9a0675ba5f99efa5784;hb=6f4ecf492c297aa6a1f0c2b2652225cd40ce72be;hp=13132890be6cc7967c0cc6cd015a225f56cbea3f;hpb=a88e7bbd4c9fda64ecd018a298684be2f625dc81;p=dgit.git diff --git a/tests/tests/clone-reprepro b/tests/tests/clone-reprepro index 13132890..62b4c8d0 100755 --- a/tests/tests/clone-reprepro +++ b/tests/tests/clone-reprepro @@ -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 +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 + echo ok.