From 81eb18b4800e73c4faa78e182dfc57bae5d2f0d6 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Mon, 3 Jun 2019 18:00:18 -0700 Subject: Clean up remaining TAIL_SEEK references. --- tests/tail.test | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/tail.test') 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" -- cgit v1.2.3