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