This is wrong fix really, as only introducing delay I think.
* tests/tail-2/F-vs-rename.sh: Avoid a rare false failure
due to a race in the test. Now wait until tail has noticed
that b is replaced before writing to a, so that the subsequent
write of "y" to b will be displayed independently from
current contents of b ("x").
tail_re='inaccessible' retry_delay_ check_tail_output .1 7 ||
{ cat out; fail=1; }
+ # Wait 12.7s for this diagnostic:
+ # tail: 'b' has been replaced; following new file
+ tail_re='replaced' retry_delay_ check_tail_output .1 7 ||
+ { cat out; fail=1; }
+
echo x > a
# Wait up to 12.7s for this to appear in the output:
# "tail: '...' has appeared; following new file"