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