aboutsummaryrefslogtreecommitdiffstats
path: root/t/no-reduce-empty-tail
blob: b8888ae74c790d7eb1161c76c7fa421338405f93 (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" \
	common \
	"${PARENT} base" \
	common \
	"${TAIL}" \
	"${END} theirs"

cp -- file file.expected

conflict --no-reduce file

also_interactive s