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

similarity index 100%
rename from t/t4017-quiet.sh
rename to t/t4035-diff-quiet.sh
similarity index 100%
rename from t/t4203-patch-id.sh
rename to t/t4204-patch-id.sh
similarity index 100%
rename from t/t7502-status.sh
rename to t/t7508-status.sh