aboutsummaryrefslogtreecommitdiffstats
path: root/t/select-head-2
blob: e050f9f8c3d7b023aa9c171e83de2144112c5ce7 (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} head" \
	head \
	"${TAIL}" \
	tail \
	"${END} tail"

printf '%s\n' > file.expected \
	head

normal --select-head --no-reduce file

also_interactive h