From eccc1d4a664ce41b3319f62e4fe2560268a1fc4a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 4 Jun 2016 19:46:42 +0100 Subject: [PATCH 1/1] Test dgit-repos-policy-debian with multiple (identical, as it happens) existing taints. --- debian/changelog | 2 ++ tests/tests/debpolicy-newreject | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 21726d08..5842873f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -58,6 +58,8 @@ dgit (1.5~~) unstable; urgency=medium * Test quilt single-debian-patch. * Provide `tartree-edit gitfetchinfo' etc. to help with comparing different test case git working tree tarballs. + * Test dgit-repos-policy-debian with multiple (identical, as it happens) + existing taints. -- diff --git a/tests/tests/debpolicy-newreject b/tests/tests/debpolicy-newreject index 3f3114b2..ed4a1446 100755 --- a/tests/tests/debpolicy-newreject +++ b/tests/tests/debpolicy-newreject @@ -18,6 +18,7 @@ t-commit 'Commit a forbidden thing' bad=`git rev-parse HEAD:debian/some-file` t-policy-admin taint --global "$bad" "forbidden for testing" +t-policy-admin taint --global "$bad" "forbidden for testing - again" t_expect_push_fail_hook+=' t-git-objects-not-present "" $bad -- 2.30.2