aboutsummaryrefslogtreecommitdiffstats
path: root/t/symmetric-4-different-tail
blob: 1bf80ffc8ecf3823b28620246efefde4742ac2a6 (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" \
	same \
	"${TAIL}" \
	different \
	"${END} theirs"

cp -- file file.expected

conflict --symmetric --no-reduce file

also_interactive y