aboutsummaryrefslogtreecommitdiffstats
path: root/t/select-tail-1
diff options
context:
space:
mode:
Diffstat (limited to 't/select-tail-1')
-rwxr-xr-xt/select-tail-112
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