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