From f0e8b1a3ed48716fa48c93f64214da1ee20ed534 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 19 Jul 2009 03:08:27 -0700 Subject: [PATCH] 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 --- t/{t9139-git-svn-reset.sh => t9140-git-svn-reset.sh} | 0 ...38-git-svn-multiple-branches.sh => t9141-git-svn-multiple-branches.sh} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename t/{t9139-git-svn-reset.sh => t9140-git-svn-reset.sh} (100%) rename t/{t9138-git-svn-multiple-branches.sh => t9141-git-svn-multiple-branches.sh} (100%) 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 -- 2.11.4.GIT