chiark / gitweb /
dgit: import-dsc: New test for abs/rel dsc component links
[dgit.git] / tests / setup / examplegit
index 5a9a56b65f5b9596d21b21e14d56699bb9bc39b7..88f6178ce75f76a11798637e0f2f4756858e1707 100755 (executable)
@@ -2,7 +2,7 @@
 set -e
 . tests/lib
 
-suitespecs+=' stable'
+suitespecs+=' stable testing'
 
 t-tstunt-parsechangelog
 
@@ -35,6 +35,9 @@ push-to stable stable
 
 git checkout master
 
+majorv=2
+revision=0
+
 echo sid >which
 git add which
 t-commit Sid
@@ -45,4 +48,6 @@ git add which
 t-commit Sid
 push-to master sid
 
-t-setup-done 'p v suitespecs revision' "aq git mirror $p"
+git clean -xdff
+
+t-setup-done 'p v suitespecs majorv revision' "aq git mirror $p"