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