chiark / gitweb /
test suite: gdr-import-dgitview: New test for dgit dsc imports
[dgit.git] / tests / tests / gdr-import-dgitview
1 #!/bin/bash
2 set -e
3 . tests/lib
4 . $troot/lib-gdr
5
6 t-dependencies GDR
7
8 t-tstunt-parsechangelog
9
10 t-archive example 1.0-1
11 t-git-none
12
13 t-dgit clone $p
14
15 cd $p
16
17 t-git-debrebase status
18
19 t-expect-fail E:'bare dgit dsc import' \
20 t-git-debrebase
21
22 LC_MESSAGES=C t-git-debrebase status |tee ../bare-output
23 grep 'bare dgit dsc import with no prior history' ../bare-output
24
25 t-ok