chiark / gitweb /
tests: drs-push-rejects: new test, currently just passes a push
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 26 Feb 2014 16:17:09 +0000 (16:17 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 5 Mar 2014 18:29:07 +0000 (18:29 +0000)
tests/tests/drs-push-rejects [new file with mode: 0755]
tests/worktrees/pari-extra_drs.tar [new file with mode: 0644]

diff --git a/tests/tests/drs-push-rejects b/tests/tests/drs-push-rejects
new file mode 100755 (executable)
index 0000000..438ba78
--- /dev/null
@@ -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 (file)
index 0000000..f3146d6
Binary files /dev/null and b/tests/worktrees/pari-extra_drs.tar differ