--- kconfig/macos_miniconfig | 1 - tests/tail.test | 1 - 2 files changed, 2 deletions(-)
From 2c6145b07c0b150341ecbf7bdaba21423035e48c Mon Sep 17 00:00:00 2001 From: Elliott Hughes <[email protected]> Date: Mon, 3 Jun 2019 18:00:18 -0700 Subject: [PATCH] Clean up remaining TAIL_SEEK references.
--- kconfig/macos_miniconfig | 1 - tests/tail.test | 1 - 2 files changed, 2 deletions(-) diff --git a/kconfig/macos_miniconfig b/kconfig/macos_miniconfig index 8978c726..3f782b45 100644 --- a/kconfig/macos_miniconfig +++ b/kconfig/macos_miniconfig @@ -106,7 +106,6 @@ CONFIG_MD5SUM=y CONFIG_SHA1SUM=y CONFIG_SEQ=y CONFIG_TAIL=y -CONFIG_TAIL_SEEK=y CONFIG_TOYBOX_SUID=y CONFIG_TOYBOX_FLOAT=y CONFIG_TOYBOX_HELP=y 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" -- 2.22.0.rc1.311.g5d7573a151-goog
_______________________________________________ Toybox mailing list [email protected] http://lists.landley.net/listinfo.cgi/toybox-landley.net
