diff options
Diffstat (limited to '')
| -rwxr-xr-x | t/unexpected-separator-parent | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/t/unexpected-separator-parent b/t/unexpected-separator-parent new file mode 100755 index 0000000..1b86d70 --- /dev/null +++ b/t/unexpected-separator-parent @@ -0,0 +1,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 |
