]> git.ipfire.org Git - thirdparty/coreutils.git/commit
tests: fix race in tail test without inotify
authorPádraig Brady <P@draigBrady.com>
Mon, 1 Jun 2015 15:46:33 +0000 (16:46 +0100)
committerPádraig Brady <P@draigBrady.com>
Mon, 1 Jun 2015 16:02:02 +0000 (17:02 +0100)
commitd796a29f2fb92f74d73d0aa27c86caf58d753f46
treed86c08a815172b687522128e8046cbc13cf06c72
parentb09f34b80f7bfe7e596d8cae6bdc44eb2d3e6526
tests: fix race in tail test without inotify

* tests/tail-2/wait.sh: Without inotify, skip a portion of the test
that checks that -F never outputs from a tailed descriptor
after the followed name is recreated, because tail_forever()
doesn't guarantee that.
Noticed at http://hydra.nixos.org/build/22766288
tests/tail-2/wait.sh