mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-02-15 11:52:15 +02:00
tests: avoid false failure in tail inotify test
* tests/tail-2/wait.sh: Restrict inotify specific test portion to local file systems and also not with ---disable-inotify specified. Failure noticed on NFS.
This commit is contained in:
@@ -65,7 +65,7 @@ for mode in '' '---disable-inotify'; do
|
||||
>tail.err
|
||||
done
|
||||
|
||||
if test "$HAVE_INOTIFY"; then
|
||||
if test "$HAVE_INOTIFY" && test -z "$mode" && is_local_dir_ .; then
|
||||
# Ensure -F never follows a descriptor after rename
|
||||
# either with tiny or significant delays between operations
|
||||
tail_F()
|
||||
|
||||
Reference in New Issue
Block a user