From af71b895a72a841eb15527f011395981c82ccad1 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 26 Feb 2014 16:17:09 +0000 Subject: tests: drs-push-rejects: new test, currently just passes a push --- tests/tests/drs-push-rejects | 13 +++++++++++++ tests/worktrees/pari-extra_drs.tar | Bin 0 -> 153600 bytes 2 files changed, 13 insertions(+) create mode 100755 tests/tests/drs-push-rejects create mode 100644 tests/worktrees/pari-extra_drs.tar (limited to 'tests') 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 Binary files /dev/null and b/tests/worktrees/pari-extra_drs.tar differ -- cgit v1.2.3