test-suite: Make test script numbers unique
commit7f733de04e69c8ba40158d1da46c4aa121f714b6
authorJohannes Sixt <j6t@kdbg.org>
Fri, 13 Mar 2009 12:23:26 +0000 (13 13:23 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 14 Mar 2009 19:44:20 +0000 (14 12:44 -0700)
treef0a04a094103ded37b49affa1979bccda12820d8
parent924189d6a2d13b18fbfdaa1725569957cf628807
test-suite: Make test script numbers unique

In order to selectively skip tests, the environment variable GIT_SKIP_TESTS
can be set like this:

  $ GIT_SKIP_TESTS='t1301 t4150.18' make test

That is, its value can contain only the test script numbers, but not the
full script name. Therefore, it is important that the test scripts are
uniquely numbered. This makes it so.

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3413-rebase-hook.sh [moved from t/t3409-rebase-hook.sh with 100% similarity]
t/t4035-diff-quiet.sh [moved from t/t4017-quiet.sh with 100% similarity]
t/t4036-format-patch-signer-mime.sh [moved from t/t4021-format-patch-signer-mime.sh with 100% similarity]
t/t4204-patch-id.sh [moved from t/t4203-patch-id.sh with 100% similarity]
t/t5522-pull-symlink.sh [moved from t/t5521-pull-symlink.sh with 100% similarity]
t/t6034-merge-rename-nocruft.sh [moved from t/t6023-merge-rename-nocruft.sh with 100% similarity]
t/t7508-status.sh [moved from t/t7502-status.sh with 100% similarity]
t/t9109-git-svn-multi-glob.sh [moved from t/t9108-git-svn-multi-glob.sh with 100% similarity]
t/t9137-git-svn-dcommit-clobber-series.sh [moved from t/t9106-git-svn-dcommit-clobber-series.sh with 100% similarity]