From 0e73cb0aa14494524634c324068a409f2516368a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 21 Jul 2015 17:33:30 +0100 Subject: [PATCH] Mirroring fix: Add test case --- tests/tests/mirror-debnewgit | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100755 tests/tests/mirror-debnewgit diff --git a/tests/tests/mirror-debnewgit b/tests/tests/mirror-debnewgit new file mode 100755 index 00000000..ff1da4a0 --- /dev/null +++ b/tests/tests/mirror-debnewgit @@ -0,0 +1,22 @@ +#!/bin/bash +set -e +. tests/lib +. $troot/lib-mirror + +t-debpolicy + +t-archive pari-extra 3-1 +t-git-none + +t-mirror-setup + +t-dgit clone $p + +cd $p +t-cloned-fetched-good + +t-commit 'test commit' 3-2 + +t-dgit build +t-dgit push +t-check-mirrored -- 2.30.2