aboutsummaryrefslogtreecommitdiff
path: root/tests/tail.test
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2019-06-03 18:00:18 -0700
committerRob Landley <rob@landley.net>2019-06-03 21:07:39 -0500
commit81eb18b4800e73c4faa78e182dfc57bae5d2f0d6 (patch)
tree99f6e777956254b8940e0a15103bbaff8e53dcb1 /tests/tail.test
parentfee08385a219b309cf51a7679077e3e9a9a5b906 (diff)
downloadtoybox-81eb18b4800e73c4faa78e182dfc57bae5d2f0d6.tar.gz
Clean up remaining TAIL_SEEK references.
Diffstat (limited to 'tests/tail.test')
-rwxr-xr-xtests/tail.test1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/tail.test b/tests/tail.test
index b148aebc..036f433c 100755
--- a/tests/tail.test
+++ b/tests/tail.test
@@ -26,7 +26,6 @@ rm file1
testing "stdin no trailing newline" "tail -n 1 - " "c" "" "a\nb\nc"
testing "file no trailing newline" "tail -n 1 input" "c" "a\nb\nc" ""
-optional TAIL_SEEK
testing "noseek -n in bounds" "tail -n 3" "nine\nten\neleven\n" \
"" "$BIGTEST"
testing "noseek -n out of bounds" "tail -n 999" "$BIGTEST" "" "$BIGTEST"