diff options
Diffstat (limited to '')
| -rwxr-xr-x | t/symmetric-5-different-lower-middle | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/t/symmetric-5-different-lower-middle b/t/symmetric-5-different-lower-middle new file mode 100755 index 0000000..530ea01 --- /dev/null +++ b/t/symmetric-5-different-lower-middle @@ -0,0 +1,21 @@ +#!/bin/sh -e +. t/common.sh + +printf '%s\n' > file \ + "${HEAD} ours" \ + same \ + "${PARENT} 2" \ + same \ + "${PARENT} 3" \ + same \ + "${PARENT} 4" \ + different \ + "${TAIL}" \ + same \ + "${END} theirs" + +cp -- file file.expected + +conflict --symmetric --no-reduce file + +also_interactive y |
