chiark / gitweb /
test suite: tagupl: Test a really broken tag
[dgit.git] / tests / tests / tagupl-native
1 #!/bin/bash
2 set -e
3 . tests/lib
4
5 t-dependencies git-debpush
6
7 t-debpolicy
8
9 t-archive-none example
10 t-git-none
11 t-worktree 1.1
12
13 v=1.0-1
14
15 t-tagupl-settings
16
17 cd $p
18 git checkout -B master
19
20 printf '%s\n' -sn >debian/source/options
21 git add debian/source/options
22 git rm -f debian/source/format
23 git commit -m 'convert to 1.0 native'
24
25 tagname=test-dummy/$v
26
27 t-tagupl-test --no-push
28
29 # xxx test pushing
30 # todo: test each miss/rejection
31
32 t-ok