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