]> git.ipfire.org Git - thirdparty/git.git/commit - t/t9100-git-svn-basic.sh
t910*: s/repo-config/config/g; poke around possible race conditions
authorEric Wong <normalperson@yhbt.net>
Wed, 14 Feb 2007 01:38:58 +0000 (17:38 -0800)
committerEric Wong <normalperson@yhbt.net>
Fri, 23 Feb 2007 08:57:12 +0000 (00:57 -0800)
commitccb6b6f5b50bb32f90222a3e801a1901bf0b5657
treea267be19cbe0f8598119b9f68a5c8b9fa1f9fe4a
parent3bc718ba66f8b101b4017e778138660d66829312
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>
t/t9100-git-svn-basic.sh
t/t9104-git-svn-follow-parent.sh
t/t9107-git-svn-migrate.sh
t/t9108-git-svn-glob.sh
t/t9109-git-svn-svk-mirrorpaths.sh