summaryrefslogtreecommitdiff
path: root/tests/tests/forcesplit-overwrite
blob: d07d65a0d80cf8f9e4d1ecdc81a58d56d3cab5a2 (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

# This tests a native package with split view, including that the
# pseudomerges end up in the right place.

t-setup-import examplegit

t-select-package example
cd example

suite=stable

t-commit 'No changes, just send to stable' '' stable

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

t-dgit -wgf --split-view --overwrite=1.2 --dgit-view-save=split.p push-source stable
git branch -f split.b split.p

t-ref-head
t-split-unchanged-pushed-good $suite

t-ok