chiark / gitweb /
test suite: Fix dependencies of new gdr-merge-conflicts test.
[dgit.git] / tests / tests / gdr-import-nostitch
1 #!/bin/bash
2 set -e
3 autoimport=
4 . tests/lib
5 . $troot/lib-gdr
6
7 t-dependencies GDR
8
9 t-tstunt-parsechangelog
10
11 t-gdr-gbp-import-core
12
13 git checkout master
14
15 git tag -m synthetic debian/1.0-1
16
17 t-git-debrebase -fupstream-has-debian -funused-patches convert-from-gbp \
18   2>&1 | tee ../convert-msg
19
20 grep -e 'dgit --overwrite will be needed' ../convert-msg >/dev/null
21
22 t-ok