summaryrefslogtreecommitdiff
path: root/tests/tests/overwrite-splitbrains
blob: 6e72c3d968bfe91c451e7f83233b9f43f34d27cc (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 --overwrite 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 --overwrite push-built

t-gbp-pushed-good

t-ok