3 test_description
='racy GIT'
7 # This test can give false success if your machine is sufficiently
8 # slow or your trial happened to happen on second boundary.
10 for trial
in 0 1 2 3 4
14 git update-index
--add infocom
17 files
=`git diff-files -p`
19 "Racy GIT trial #$trial part A" \
23 echo xyzzy
>cornerstone
24 git update-index
--add cornerstone
26 files
=`git diff-files -p`
28 "Racy GIT trial #$trial part B" \