summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2014-02-26 16:17:09 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2014-03-05 18:29:07 +0000
commitaf71b895a72a841eb15527f011395981c82ccad1 (patch)
tree089b2e403a99f66adc39fc28a89ed0df14ce4984 /tests
parent3aaec06aaaaa6a500d99437317c82b316163e397 (diff)
tests: drs-push-rejects: new test, currently just passes a push
Diffstat (limited to 'tests')
-rwxr-xr-xtests/tests/drs-push-rejects13
-rw-r--r--tests/worktrees/pari-extra_drs.tarbin0 -> 153600 bytes
2 files changed, 13 insertions, 0 deletions
diff --git a/tests/tests/drs-push-rejects b/tests/tests/drs-push-rejects
new file mode 100755
index 0000000..438ba78
--- /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 0000000..f3146d6
--- /dev/null
+++ b/tests/worktrees/pari-extra_drs.tar
Binary files differ