summaryrefslogtreecommitdiff
path: root/tests/tests/debpolicy-newreject
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2015-06-10 21:24:40 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2015-06-10 21:24:40 +0100
commit26b8f62b600642b1a469a305c3ed8bc0a165a255 (patch)
tree9c629c3b7208b313b67cf7baec4c882b46596eb0 /tests/tests/debpolicy-newreject
parent073ebedd6e45939fe879e1f8a74abf74181bbe40 (diff)
Test suite: test forbidden objects not present
Diffstat (limited to 'tests/tests/debpolicy-newreject')
-rwxr-xr-xtests/tests/debpolicy-newreject5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/tests/debpolicy-newreject b/tests/tests/debpolicy-newreject
index 09c1a16..10af31f 100755
--- a/tests/tests/debpolicy-newreject
+++ b/tests/tests/debpolicy-newreject
@@ -18,6 +18,10 @@ t-commit 'Commit a forbidden thing'
bad=`git rev-parse HEAD:debian/some-file`
t-policy-admin taint --global "$bad" "forbidden for testing"
+t_expect_push_fail_hook+='
+t-git-objects-not-present "" $bad
+'
+
t-dgit build
t-expect-push-fail 'forbidden for testing' \
t-dgit push --new
@@ -81,5 +85,4 @@ cd $tmp/$p
echo xxx up to here
echo xxx want to test database lock retry thing on push-and-taint
-echo xxx want to test forbidden objects not present
echo xxx want to t-expect-push-fail leaves HEAD object not dest repo