aboutsummaryrefslogtreecommitdiffstats
path: root/t/unclosed-conflict-head
blob: 4a7f4a26fd00af19b93757ee83420be0c0d84941 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh -e
. t/common.sh

printf '%s\n' > file \
	"${HEAD} a" \
	broken

cp -- file file.original

error file

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