aboutsummaryrefslogtreecommitdiffstats
path: root/t/unclosed-conflict-head-parent-tail
blob: c05ca5d8f91579f6a4754612f1eac68eb379246a (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} a" \
	first \
	"${PARENT} b" \
	middle \
	"${TAIL}" \
	broken

cp -- file file.original

error file

diff -u -- file file.original >&2