From a23afe7b726cabd70f1afa7c4164fc8d36fe1c17 Mon Sep 17 00:00:00 2001 From: Petr Salinger Date: Fri, 4 Sep 2009 17:58:34 +0100 Subject: 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). --- tests/tail-2/wait | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/tail-2/wait') diff --git a/tests/tail-2/wait b/tests/tail-2/wait index abe22d735..a5f189fe0 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 -- cgit v1.2.3-70-g09d2