chiark / gitweb /
test suite: manpages-format: work properly when no expected warnings
[dgit.git] / tests / tests / absurd-gitapply
1 #!/bin/bash
2 set -e
3 . tests/lib
4 t-tstunt-parsechangelog
5
6 t-archive example 1.0-1+absurd
7 t-git-none
8
9 t-expect-fail 'gbp pq import failed' \
10 t-dgit --force-import-gitapply-no-absurd clone $p
11
12 t-dgit clone $p
13
14 cd $p
15 grep moo moo
16
17 t-ok