summaryrefslogtreecommitdiff
path: root/tests/tests/overwrite-splitbrains
blob: 4d50918a008d604af92282a8a3881eb4c1cfe0f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#!/bin/bash
set -e
. tests/lib

t-tstunt-parsechangelog

t-gbp-example-prep-no-ff

t-dgit --quilt=gbp --dgit-view-save=split.b build-source

t-dgit fetch

t-refs-same-start
t-ref-head

t-expect-fail 'maybe --trust-changelog is needed' \
t-dgit --quilt=gbp --dgit-view-save=split.p push-built

t-refs-same-start
t-ref-head

t-dgit --quilt=gbp --dgit-view-save=split.p --trust-changelog push-built

t-gbp-pushed-good

t-ok