summaryrefslogtreecommitdiff
path: root/tests/tests/absurd-gitapply
blob: c7eea86ca902075348c8b447d239872c98ce4708 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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.