aboutsummaryrefslogtreecommitdiffstats
path: root/t/symmetric-4-different-lower-middle
blob: f8c334eb57f07e0c52efd986d09bdcad6f1fd4cf (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" \
	same \
	"${PARENT} 2" \
	same \
	"${PARENT} 3" \
	different \
	"${TAIL}" \
	same \
	"${END} theirs"

cp -- file file.expected

conflict --symmetric --no-reduce file

also_interactive y