summaryrefslogtreecommitdiff
path: root/t/t4035-diff-quiet.sh
Commit message (Collapse)AuthorAgeFilesLines
* tests: modernise style: more uses of test_line_countStefano Lattarini2012-04-111-13/+13
| | | | | | | | | | | | | | | Prefer: test_line_count <OP> COUNT FILE over: test $(wc -l <FILE) <OP> COUNT (or similar usages) in several tests. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* test-suite: Make test script numbers uniqueJohannes Sixt2009-03-141-0/+80
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>