From: Eric Wong Date: Sun, 19 Jul 2009 10:08:27 +0000 (-0700) Subject: git svn: rename tests that had conflicting numbers X-Git-Tag: v1.6.4-rc2~11 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f0e8b1a3ed48716fa48c93f64214da1ee20ed534;p=git.git git svn: rename tests that had conflicting numbers Some unrelated tests were developed simultaneously and resulted in test numbers conflicting. To avoid difficulty when referring to tests via the "tXXXX" convention, rename the newer tests. Suggested by Marc Branchaud. Signed-off-by: Eric Wong --- diff --git a/t/t9139-git-svn-reset.sh b/t/t9140-git-svn-reset.sh similarity index 100% rename from t/t9139-git-svn-reset.sh rename to t/t9140-git-svn-reset.sh diff --git a/t/t9138-git-svn-multiple-branches.sh b/t/t9141-git-svn-multiple-branches.sh similarity index 100% rename from t/t9138-git-svn-multiple-branches.sh rename to t/t9141-git-svn-multiple-branches.sh