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

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

cp -- file file.original

error file

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