chiark / gitweb /
By default, generate a DEP-14 tag as well as a dgit archive/* tag
[dgit.git] / tests / tests / absurd-gitapply
1 #!/bin/bash
2 set -e
3 . tests/lib
4
5 t-archive example 1.0-1+absurd
6 t-git-none
7
8 t-expect-fail 'gbp pq import failed' \
9 t-dgit --force-import-gitapply-no-absurd clone $p
10
11 t-dgit clone $p
12
13 cd $p
14 grep moo moo
15
16 echo ok.