diff options
author | Stefan Beller <sbeller@google.com> | 2016-03-15 14:25:50 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-03-16 09:41:07 -0700 |
commit | 8fbb03a180c7113d311988693e96fe016ff59c6d (patch) | |
tree | fdd8e3a0524218aafeaa012d78d33f649a126bf7 /t | |
parent | 594730e980521310d88006d91f3f14ef5eff1e2b (diff) | |
download | git-sb/clone-t57-t56.tar.gz |
clone tests: rename t57* => t56*sb/clone-t57-t56
When trying to find a good spot for testing clone with submodules, I
got confused where to add a new test file. There are both tests in t560*
as well as t57* both testing the clone command. t/README claims the
second digit is to indicate the command, which is inconsistent to the
current naming structure.
Rename all t57* tests to be in t56* to follow the pattern of the digits
as laid out in t/README.
It would have been less work to rename t56* => t57* because there are less
files, but the tests in t56* look more basic and I assumed the higher the
last digits the more complicated niche details are tested, so with the patch
now it looks more in order to me.
Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't')
-rwxr-xr-x | t/t5604-clone-reference.sh (renamed from t/t5700-clone-reference.sh) | 0 | ||||
-rwxr-xr-x | t/t5605-clone-local.sh (renamed from t/t5701-clone-local.sh) | 0 | ||||
-rwxr-xr-x | t/t5606-clone-options.sh (renamed from t/t5702-clone-options.sh) | 0 | ||||
-rwxr-xr-x | t/t5607-clone-bundle.sh (renamed from t/t5704-bundle.sh) | 0 | ||||
-rwxr-xr-x | t/t5608-clone-2gb.sh (renamed from t/t5705-clone-2gb.sh) | 0 | ||||
-rwxr-xr-x | t/t5609-clone-branch.sh (renamed from t/t5706-clone-branch.sh) | 0 | ||||
-rwxr-xr-x | t/t5610-clone-detached.sh (renamed from t/t5707-clone-detached.sh) | 0 | ||||
-rwxr-xr-x | t/t5611-clone-config.sh (renamed from t/t5708-clone-config.sh) | 0 | ||||
-rwxr-xr-x | t/t5612-clone-refspec.sh (renamed from t/t5709-clone-refspec.sh) | 0 | ||||
-rwxr-xr-x | t/t5613-info-alternate.sh (renamed from t/t5710-info-alternate.sh) | 0 |
10 files changed, 0 insertions, 0 deletions
diff --git a/t/t5700-clone-reference.sh b/t/t5604-clone-reference.sh index dfa1bf79c5..dfa1bf79c5 100755 --- a/t/t5700-clone-reference.sh +++ b/t/t5604-clone-reference.sh diff --git a/t/t5701-clone-local.sh b/t/t5605-clone-local.sh index 3c087e907c..3c087e907c 100755 --- a/t/t5701-clone-local.sh +++ b/t/t5605-clone-local.sh diff --git a/t/t5702-clone-options.sh b/t/t5606-clone-options.sh index 9e24ec88e6..9e24ec88e6 100755 --- a/t/t5702-clone-options.sh +++ b/t/t5606-clone-options.sh diff --git a/t/t5704-bundle.sh b/t/t5607-clone-bundle.sh index 348d9b3bc7..348d9b3bc7 100755 --- a/t/t5704-bundle.sh +++ b/t/t5607-clone-bundle.sh diff --git a/t/t5705-clone-2gb.sh b/t/t5608-clone-2gb.sh index 191d6d3a78..191d6d3a78 100755 --- a/t/t5705-clone-2gb.sh +++ b/t/t5608-clone-2gb.sh diff --git a/t/t5706-clone-branch.sh b/t/t5609-clone-branch.sh index 6e7a7be052..6e7a7be052 100755 --- a/t/t5706-clone-branch.sh +++ b/t/t5609-clone-branch.sh diff --git a/t/t5707-clone-detached.sh b/t/t5610-clone-detached.sh index 8b0d607df1..8b0d607df1 100755 --- a/t/t5707-clone-detached.sh +++ b/t/t5610-clone-detached.sh diff --git a/t/t5708-clone-config.sh b/t/t5611-clone-config.sh index 27d730c0a7..27d730c0a7 100755 --- a/t/t5708-clone-config.sh +++ b/t/t5611-clone-config.sh diff --git a/t/t5709-clone-refspec.sh b/t/t5612-clone-refspec.sh index 7ace2535c8..7ace2535c8 100755 --- a/t/t5709-clone-refspec.sh +++ b/t/t5612-clone-refspec.sh diff --git a/t/t5710-info-alternate.sh b/t/t5613-info-alternate.sh index 5a6e49d18d..5a6e49d18d 100755 --- a/t/t5710-info-alternate.sh +++ b/t/t5613-info-alternate.sh |