aboutsummaryrefslogtreecommitdiffstats
path: root/t/reduce-is-default
blob: c5f7dd8408507b753bd0b0a51c59e2885b23ab3c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/bin/sh -e
. t/common.sh

printf '%s\n' > file \
	"${HEAD} HEAD" \
	same \
	head \
	"${TAIL}" \
	same \
	tail \
	"${END} branch"

printf '%s\n' > file.expected \
	same \
	"${HEAD} HEAD" \
	head \
	"${TAIL}" \
	tail \
	"${END} branch"

conflict file

also_interactive rr