tests: address a race condition in misc/cat-buf
authorPádraig Brady <P@draigBrady.com>
Mon, 7 Sep 2009 22:50:19 +0000 (23:50 +0100)
committerPádraig Brady <P@draigBrady.com>
Tue, 8 Sep 2009 00:43:31 +0000 (01:43 +0100)
commita863644397a66308d60464bace26da857f494f8c
treeaac6ce0079596465d414425085fe7a466daec7ab
parentf6d1f70183709124afd67462c05f82bb8d116165
tests: address a race condition in misc/cat-buf

* tests/misc/cat-buf: Increase the delay between writes
to decrease the chance that dd will read both at once.
Since the test is inherently racy, print a warning via
skip_test_ rather than failing outright.
Reported by Jim Meyering.
tests/misc/cat-buf