From 6e3d6d474b8e0a9333231d14616e407ddf25db16 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 20 Nov 2013 18:34:30 +0000 Subject: autopkgtests: push-nextdgit: new test --- tests/tests/push-nextdgit | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 tests/tests/push-nextdgit (limited to 'tests') diff --git a/tests/tests/push-nextdgit b/tests/tests/push-nextdgit new file mode 100644 index 0000000..2f74407 --- /dev/null +++ b/tests/tests/push-nextdgit @@ -0,0 +1,22 @@ +#!/bin/bash +set -e +. tests/lib + +t-archive pari-extra 3-1 +t-git pari-extra 3-1 + +t-dgit clone $p + +cd $p +t-cloned-fetched-good + +v=3-2~dummy1 +t-apply-diff 3-1 $v +debcommit -a + +t-dgit --dpkg-buildpackage:-d build +t-dgit push + +t-pushed-good dgit/sid + +echo ok. -- cgit v1.2.3