From e4571775f5040997a10d8bf66f11df67d96d42d0 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 24 Oct 2016 02:04:52 +0100 Subject: Test suite: Provide absurd-gitapply test Signed-off-by: Ian Jackson --- tests/tests/absurd-gitapply | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 tests/tests/absurd-gitapply (limited to 'tests/tests') diff --git a/tests/tests/absurd-gitapply b/tests/tests/absurd-gitapply new file mode 100755 index 0000000..c7eea86 --- /dev/null +++ b/tests/tests/absurd-gitapply @@ -0,0 +1,16 @@ +#!/bin/bash +set -e +. tests/lib + +t-archive example 1.0-1+absurd +t-git-none + +t-expect-fail 'gbp pq import failed' \ +t-dgit --force-import-gitapply-no-absurd clone $p + +t-dgit clone $p + +cd $p +grep moo moo + +echo ok. -- cgit v1.2.3