aboutsummaryrefslogtreecommitdiffstats
path: root/t/reduce-short-option
blob: 0e2b5b7ddb2054a3a061c641d078056d5398f2c3 (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
24
25
26
#!/bin/sh -e
. t/common.sh

printf '%s\n' > file \
	"${HEAD} 1" \
	common-first \
	head-second \
	common-third \
	"${TAIL} 2" \
	common-first \
	tail-second \
	common-third \
	"${END} 2"

printf '%s\n' > file.expected \
	common-first \
	"${HEAD} 1" \
	head-second \
	"${TAIL} 2" \
	tail-second \
	"${END} 2" \
	common-third

conflict -r file

also_interactive r