aboutsummaryrefslogtreecommitdiffstats
path: root/t/unexpected-separator-end
blob: 1f8148822b336bf0445f71e011ecf68b82364829 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh -e
. t/common.sh

printf '%s\n' > file \
	"${END}"

cp -- file file.original

error file

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