summaryrefslogtreecommitdiffstats
path: root/t/t0000-basic.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* i18n: make GETTEXT_POISON a runtime optionÆvar Arnfjörð Bjarmason2018-11-091-1/+1
* Merge branch 'bp/rename-test-env-var'Junio C Hamano2018-10-191-0/+4
|\
| * t0000: do not get self-test disrupted by environment warningsJunio C Hamano2018-09-281-0/+4
* | Merge branch 'md/test-cleanup'Junio C Hamano2018-10-161-1/+1
|\ \
| * | t/*: fix ordering of expected/observed argumentsMatthew DeVore2018-10-071-1/+1
| |/
* | t0000: update tests for SHA-256brian m. carlson2018-09-131-61/+102
* | t0000: use hash translation tablebrian m. carlson2018-09-131-6/+7
* | t: add test functions to translate hash-related valuesbrian m. carlson2018-09-131-0/+37
|/
* Merge branch 'sg/test-must-be-empty'Junio C Hamano2018-08-271-1/+1
|\
| * tests: use 'test_must_be_empty' instead of '! test -s'SZEDER Gábor2018-08-211-1/+1
* | t0000-t0999: fix broken &&-chainsEric Sunshine2018-07-161-1/+1
|/
* t0000: annotate with SHA1 prerequisitebrian m. carlson2018-05-141-12/+12
* t0000: check whether the shell supports the "local" keywordMichael Haggerty2017-10-311-0/+25
* test-lib.sh: introduce and use $EMPTY_TREENguyễn Thái Ngọc Duy2016-07-181-1/+1
* typofix: assorted typofixes in comments, documentation and messagesLi Peng2016-05-061-1/+1
* t: fix trivial &&-chain breakageJeff King2015-03-201-2/+2
* t0000-*.sh: fix the GIT_SKIP_TESTS sub-testsRamsay Jones2014-06-061-51/+57
* test-lib: '--run' to run only specific testsIlya Bobyr2014-06-061-4/+352
* test-lib: tests skipped by GIT_SKIP_TESTS say soIlya Bobyr2014-06-061-0/+63
* t0000: drop "known breakage" testJeff King2014-01-021-3/+0
* t0000: simplify HARNESS_ACTIVE hackJeff King2014-01-021-9/+5
* t0000: set TEST_OUTPUT_DIRECTORY for sub-testsJeff King2014-01-021-0/+2
* Merge branch 'tr/test-v-and-v-subtest-only'Junio C Hamano2013-07-111-1/+2
|\
| * t0000: do not use export X=YTorsten Bögershausen2013-07-081-1/+2
* | Merge branch 'tr/test-v-and-v-subtest-only'Junio C Hamano2013-07-051-1/+60
|\|
| * test-lib: verbose mode for only tests matching a patternThomas Rast2013-06-231-0/+24
| * test-lib: self-test that --verbose worksThomas Rast2013-06-231-1/+36
* | t0000: use test_ln_s_add to remove SYMLINKS prerequisiteJohannes Sixt2013-06-081-29/+10
|/
* Merge branch 'as/test-tweaks'Junio C Hamano2013-01-031-48/+166
|\
| * tests: paint unexpectedly fixed known breakages in bold redAdam Spiers2012-12-201-6/+24
| * tests: test the test framework more thoroughlyAdam Spiers2012-12-201-0/+105
| * tests: refactor mechanics of testing in a sub test-libAdam Spiers2012-12-201-45/+40
| * tests: test number comes first in 'not ok $count - $message'Adam Spiers2012-12-161-2/+2
* | test-lib: allow negation of prerequisitesJeff King2012-11-161-0/+32
* | Merge branch 'rr/test-make-sure-we-have-git'Junio C Hamano2012-09-251-10/+0
|\ \ | |/ |/|
| * t/test-lib: make sure Git has already been builtRamkumar Ramachandra2012-09-181-10/+0
* | t0060: move tests of real_path() from t0000 to hereMichael Haggerty2012-09-071-18/+0
|/
* t0000: modernise styleStefano Lattarini2012-03-031-274/+289
* Name make_*_path functions more accuratelyCarlos Martín Nieto2011-03-181-5/+5
* t0000: quote TAP snippets in test codeThomas Rast2011-01-131-18/+18
* test-lib: make test_expect_code a test commandÆvar Arnfjörð Bjarmason2010-10-061-10/+45
* t/t0000-basic.sh: Run the passing TODO test inside its own test-libÆvar Arnfjörð Bjarmason2010-08-311-0/+31
* test-lib: Multi-prereq support only checked the last prereqÆvar Arnfjörð Bjarmason2010-08-181-1/+5
* test-lib: Add support for multiple test prerequisitesÆvar Arnfjörð Bjarmason2010-08-181-0/+17
* Merge branch 'gv/portable'Junio C Hamano2010-06-211-1/+1
|\
| * tests: use "test_cmp", not "diff", when verifying the resultGary V. Vaughan2010-06-011-1/+1
* | test-lib: some shells do not let $? propagate into an evalJonathan Nieder2010-05-061-0/+21
|/
* Use prerequisite tags to skip tests that depend on symbolic linksJohannes Sixt2009-03-221-12/+31
* test-lib: Infrastructure to test and check for prerequisitesJohannes Sixt2009-03-211-0/+15
* Tests: use test_cmp instead of diff where possibleMiklos Vajna2009-03-171-4/+4