From: Pádraig Brady Date: Mon, 27 Jul 2026 13:25:39 +0000 (+0100) Subject: tests: tail: remove redundant inotify config check X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=d97c0ffd6bae36b7035922d1f2dce32bf70a9518;p=thirdparty%2Fcoreutils.git tests: tail: remove redundant inotify config check * tests/tail/inotify-rotate-resources.sh: This is implicit in require_inotify_supported_. --- diff --git a/tests/tail/inotify-rotate-resources.sh b/tests/tail/inotify-rotate-resources.sh index e1aeafbc2d..c5df659657 100755 --- a/tests/tail/inotify-rotate-resources.sh +++ b/tests/tail/inotify-rotate-resources.sh @@ -21,9 +21,6 @@ print_ver_ tail require_inotify_supported_ -grep '^#define HAVE_INOTIFY 1' "$CONFIG_HEADER" >/dev/null \ - || skip_ 'inotify required' - require_strace_ 'inotify_add_watch,inotify_rm_watch' check_tail_output()