3 test_description
='racy GIT'
5 TEST_PASSES_SANITIZE_LEAK
=true
8 # This test can give false success if your machine is sufficiently
9 # slow or your trial happened to happen on second boundary.
11 for trial
in 0 1 2 3 4
15 git update-index
--add infocom
18 files
=$
(git diff-files
-p)
20 "Racy GIT trial #$trial part A" \
24 echo xyzzy
>cornerstone
25 git update-index
--add cornerstone
27 files
=$
(git diff-files
-p)
29 "Racy GIT trial #$trial part B" \