summaryrefslogtreecommitdiff
path: root/tests/tests/absurd-gitapply
blob: 62eb19036b5c5296e464c5628e7fad9385a73656 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/bash
set -e
. tests/lib
t-tstunt-parsechangelog

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

t-ok