From: Petr Salinger Date: Fri, 4 Sep 2009 16:58:34 +0000 (+0100) Subject: tests: fix a tail-2/pid failure on GNU/kFreeBSD X-Git-Tag: v7.6~33 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a23afe7b726cabd70f1afa7c4164fc8d36fe1c17;p=thirdparty%2Fcoreutils.git tests: fix a tail-2/pid failure on GNU/kFreeBSD * tests/tail-2/wait: Increase the file name recheck frequency to fix a failure on systems without inotify and a file timestamp precision of 1 second (like GNU/kFreeBSD). --- diff --git a/tests/tail-2/wait b/tests/tail-2/wait index abe22d7351..a5f189fe07 100755 --- a/tests/tail-2/wait +++ b/tests/tail-2/wait @@ -56,7 +56,7 @@ test $? = 124 || fail=1 test -s tail.err && fail=1 -tail -s.1 -F k > tail.out & +tail -s.1 --max-unchanged-stats=2 -F k > tail.out & pid=$! sleep .5 mv k l