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

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

cp -- file file.original

error file

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