aboutsummaryrefslogtreecommitdiffstats
path: root/t/symmetric-4-different-head
blob: 0d4d704117a66be7f1937be7b3fe422e3d9a227f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/sh -e
. t/common.sh

printf '%s\n' > file \
	"${HEAD} ours" \
	different \
	"${PARENT} 2" \
	same \
	"${PARENT} 3" \
	same \
	"${TAIL}" \
	same \
	"${END} theirs"

cp -- file file.expected

conflict --symmetric --no-reduce file

also_interactive y