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

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

cp -- file file.expected

conflict --symmetric --no-reduce file

also_interactive y