* tests/tail-2/wait: Account for the possibility that the kernel
lacks inotify support. Reported by Chris Clayton.
Charles Karney karney@pppl.gov
Charles Randall crandall@matchlogic.com
Chip Salzenberg chip@valinux.com
+Chris Clayton chris2553@googlemail.com
Chris Faylor cgf@cygnus.com
Chris J. Bednar cjb@AdvancedDataSolutions.com
Chris Lesniewski ctl@mit.edu
timeout 1 tail -s0.1 -F $inotify not_here
test $? = 124 || fail=1
-
+ grep -v 'tail: inotify cannot be used, reverting to polling:' tail.err > x
+ mv x tail.err
test -s tail.err && fail=1
:>tail.err