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