From: Ian Jackson Date: Wed, 26 Feb 2014 16:17:09 +0000 (+0000) Subject: tests: drs-push-rejects: new test, currently just passes a push X-Git-Tag: debian/0.22~58 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=af71b895a72a841eb15527f011395981c82ccad1;p=dgit.git tests: drs-push-rejects: new test, currently just passes a push --- diff --git a/tests/tests/drs-push-rejects b/tests/tests/drs-push-rejects new file mode 100755 index 00000000..438ba787 --- /dev/null +++ b/tests/tests/drs-push-rejects @@ -0,0 +1,13 @@ +#!/bin/bash +set -e +. tests/lib + +t-drs +t-git-none + +p=pari-extra +t-worktree drs + +cd $p + +git push origin HEAD:refs/dgit/sid refs/tags/debian/3-2_dummy1 diff --git a/tests/worktrees/pari-extra_drs.tar b/tests/worktrees/pari-extra_drs.tar new file mode 100644 index 00000000..f3146d6c Binary files /dev/null and b/tests/worktrees/pari-extra_drs.tar differ