summaryrefslogtreecommitdiffstats
path: root/t/t9109-git-svn-svk-mirrorpaths.sh
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2007-02-14 02:38:58 +0100
committerEric Wong <normalperson@yhbt.net>2007-02-23 09:57:12 +0100
commitccb6b6f5b50bb32f90222a3e801a1901bf0b5657 (patch)
treea267be19cbe0f8598119b9f68a5c8b9fa1f9fe4a /t/t9109-git-svn-svk-mirrorpaths.sh
parentgit-svn: usability fixes for the 'git svn log' command (diff)
downloadgit-ccb6b6f5b50bb32f90222a3e801a1901bf0b5657.tar.xz
git-ccb6b6f5b50bb32f90222a3e801a1901bf0b5657.zip
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>
Diffstat (limited to '')
-rwxr-xr-xt/t9109-git-svn-svk-mirrorpaths.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/t9109-git-svn-svk-mirrorpaths.sh b/t/t9109-git-svn-svk-mirrorpaths.sh
index 0e0ba3df39..7e42151851 100755
--- a/t/t9109-git-svn-svk-mirrorpaths.sh
+++ b/t/t9109-git-svn-svk-mirrorpaths.sh
@@ -55,11 +55,13 @@ test_expect_success 'initialize repo' "
svn up &&
echo random untested feature >> mirror/foobar/trunk/readme &&
+ poke mirror/foobar/trunk/readme &&
svn commit -m 'add a c00l feature to trunk' &&
svn ps -r 5 --revprop svm:headrev $uuid:3 $svnrepo &&
svn up &&
echo bug fix >> mirror/foobar/branches/silly/readme &&
+ poke mirror/foobar/branches/silly/readme &&
svn commit -m 'fix a bug' &&
svn ps -r 6 --revprop svm:headrev $uuid:4 $svnrepo &&