From 224c9211c06b084eb9583708860ca1fff0e456ad Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 25 Jan 2017 15:46:55 +0000 Subject: test suite: overwrite-chkclog: test UNRELEASED handling. Signed-off-by: Ian Jackson --- tests/tests/overwrite-chkclog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'tests') diff --git a/tests/tests/overwrite-chkclog b/tests/tests/overwrite-chkclog index 3544390..fee2181 100755 --- a/tests/tests/overwrite-chkclog +++ b/tests/tests/overwrite-chkclog @@ -23,6 +23,17 @@ git merge dgit/dgit/stable git checkout master which EDITOR=: git commit +perl -i~ -pe 's/^(\w+ \(\S+\)) stable/$1 UNRELEASED/ if $.>1' debian/changelog +git add debian/changelog +git commit -m 'UNRELEASED changelog' + +t-dgit -wgf build + +t-expect-fail E:'Distribution.*is UNRELEASED' \ +t-dgit push --overwrite stable + +git revert --no-edit 'HEAD^{/UNRELEASED changelog}' + t-dgit -wgf build perl -i~ -pe 's/^(\w+ \(\S+)(\) stable)/$1+X$2/ if $.>1' debian/changelog -- cgit v1.2.3