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