diff options
Diffstat (limited to 't/unclosed-conflict-head-parent')
| -rwxr-xr-x | t/unclosed-conflict-head-parent | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/t/unclosed-conflict-head-parent b/t/unclosed-conflict-head-parent new file mode 100755 index 0000000..ae4c501 --- /dev/null +++ b/t/unclosed-conflict-head-parent @@ -0,0 +1,14 @@ +#!/bin/sh -e +. t/common.sh + +printf '%s\n' > file \ + "${HEAD} a" \ + first \ + "${PARENT} b" \ + broken + +cp -- file file.original + +error file + +diff -u -- file file.original >&2 |
