chiark / gitweb /
Test suite: Test dgit-repos-policy-debian database retry
[dgit.git] / tests / tests / debpolicy-newreject
index 2204244ab7163f10d45f7177b51458e5980bfced..c238a5aa90a05f70182c150340c213d29ea8bcd2 100755 (executable)
@@ -107,10 +107,14 @@ t-dgit build
 t-expect-push-fail "HEAD is not a descendant of the archive's version" \
 t-dgit push
 
+: "check that uploader can't force it now"
+t-expect-push-fail "not fast forward on dgit branch" \
+t-dgit --deliberately-not-fast-forward push
+
 t-dgit pull
 t-dgit build
 t-expect-push-fail \
     'Reason: rewound suite sid; --deliberately-not-fast-forward specified' \
 t-dgit push
 
-echo xxx want to test database lock retry thing on push-and-taint
+echo ok.