]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
tests: tail: remove redundant inotify config check
authorPádraig Brady <P@draigBrady.com>
Mon, 27 Jul 2026 13:25:39 +0000 (14:25 +0100)
committerPádraig Brady <P@draigBrady.com>
Mon, 27 Jul 2026 13:25:39 +0000 (14:25 +0100)
* tests/tail/inotify-rotate-resources.sh: This is implicit
in require_inotify_supported_.

tests/tail/inotify-rotate-resources.sh

index e1aeafbc2d13937c12c2cc27315f70fbaa4363e8..c5df659657c0297a143d879f060bad1efa5cd2e4 100755 (executable)
@@ -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()