t910*: s/repo-config/config/g; poke around possible race conditions
Some of the repo-config => config renaming missed the git-svn tests; so I'm just renaming them to be consisten with the rest of the modern git. Also, some of the newer tests didn't have 'poke' in them to workaround race conditions on fast machines. This adds places where they can _possibly_ occur; but I don't have fast enough hardware to trigger them. Signed-off-by: Eric Wong <normalperson@yhbt.net>
This commit is contained in:
@ -23,14 +23,19 @@ test_expect_success 'test refspec globbing' "
|
||||
svn commit -m 'start a new branch' &&
|
||||
svn up &&
|
||||
echo 'hi' >> branches/start/src/b/readme &&
|
||||
poke branches/start/src/b/readme &&
|
||||
echo 'hey' >> branches/start/src/a/readme &&
|
||||
poke branches/start/src/a/readme &&
|
||||
svn commit -m 'hi' &&
|
||||
svn up &&
|
||||
svn cp branches/start tags/end &&
|
||||
echo 'bye' >> tags/end/src/b/readme &&
|
||||
poke tags/end/src/b/readme &&
|
||||
echo 'aye' >> tags/end/src/a/readme &&
|
||||
poke tags/end/src/a/readme &&
|
||||
svn commit -m 'the end' &&
|
||||
echo 'byebye' >> tags/end/src/b/readme &&
|
||||
poke tags/end/src/b/readme &&
|
||||
svn commit -m 'nothing to see here'
|
||||
cd .. &&
|
||||
git config --add svn-remote.svn.url $svnrepo &&
|
||||
|
Reference in New Issue
Block a user