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

printf '%s\n' > file \
	"${HEAD} ours" \
	first \
	"${PARENT} 2" \
	second \
	"${TAIL}" \
	third \
	"${END} theirs"

cp -- file file.expected

conflict --symmetric --no-reduce file

also_interactive y