chiark / gitweb /
Test suite: Pass --force-distribution to dch
[dgit.git] / tests / lib
index 2c5d56ba681dc8343f5e05fdfba4670c2888967a..93e6594a93af073a4c40d519e6626a91c3d7944c 100644 (file)
--- a/tests/lib
+++ b/tests/lib
@@ -845,7 +845,7 @@ t-gbp-example-prep () {
 t-commit () {
        local msg=$1
        v=${2:-${majorv:-1}.$revision}
-       dch -v$v --distribution ${3:-unstable} "$1"
+       dch --force-distribution -v$v --distribution ${3:-unstable} "$1"
        git add debian/changelog
        debcommit
        revision=$(( ${revision-0} + 1 ))