summaryrefslogtreecommitdiffstats
path: root/t/t0000-basic.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-09i18n: make GETTEXT_POISON a runtime optionÆvar Arnfjörð Bjarmason1-1/+1
2018-10-19Merge branch 'bp/rename-test-env-var'Junio C Hamano1-0/+4
2018-10-16Merge branch 'md/test-cleanup'Junio C Hamano1-1/+1
2018-10-07t/*: fix ordering of expected/observed argumentsMatthew DeVore1-1/+1
2018-09-28t0000: do not get self-test disrupted by environment warningsJunio C Hamano1-0/+4
2018-09-13t0000: update tests for SHA-256brian m. carlson1-61/+102
2018-09-13t0000: use hash translation tablebrian m. carlson1-6/+7
2018-09-13t: add test functions to translate hash-related valuesbrian m. carlson1-0/+37
2018-08-27Merge branch 'sg/test-must-be-empty'Junio C Hamano1-1/+1
2018-08-21tests: use 'test_must_be_empty' instead of '! test -s'SZEDER Gábor1-1/+1
2018-07-16t0000-t0999: fix broken &&-chainsEric Sunshine1-1/+1
2018-05-14t0000: annotate with SHA1 prerequisitebrian m. carlson1-12/+12
2017-10-31t0000: check whether the shell supports the "local" keywordMichael Haggerty1-0/+25
2016-07-18test-lib.sh: introduce and use $EMPTY_TREENguyễn Thái Ngọc Duy1-1/+1
2016-05-06typofix: assorted typofixes in comments, documentation and messagesLi Peng1-1/+1
2015-03-20t: fix trivial &&-chain breakageJeff King1-2/+2
2014-06-06t0000-*.sh: fix the GIT_SKIP_TESTS sub-testsRamsay Jones1-51/+57
2014-06-06test-lib: '--run' to run only specific testsIlya Bobyr1-4/+352
2014-06-06test-lib: tests skipped by GIT_SKIP_TESTS say soIlya Bobyr1-0/+63
2014-01-02t0000: drop "known breakage" testJeff King1-3/+0
2014-01-02t0000: simplify HARNESS_ACTIVE hackJeff King1-9/+5
2014-01-02t0000: set TEST_OUTPUT_DIRECTORY for sub-testsJeff King1-0/+2
2013-07-11Merge branch 'tr/test-v-and-v-subtest-only'Junio C Hamano1-1/+2
2013-07-08t0000: do not use export X=YTorsten Bögershausen1-1/+2
2013-07-05Merge branch 'tr/test-v-and-v-subtest-only'Junio C Hamano1-1/+60
2013-06-23test-lib: verbose mode for only tests matching a patternThomas Rast1-0/+24
2013-06-23test-lib: self-test that --verbose worksThomas Rast1-1/+36
2013-06-07t0000: use test_ln_s_add to remove SYMLINKS prerequisiteJohannes Sixt1-29/+10
2013-01-03Merge branch 'as/test-tweaks'Junio C Hamano1-48/+166
2012-12-20tests: paint unexpectedly fixed known breakages in bold redAdam Spiers1-6/+24
2012-12-20tests: test the test framework more thoroughlyAdam Spiers1-0/+105
2012-12-20tests: refactor mechanics of testing in a sub test-libAdam Spiers1-45/+40
2012-12-16tests: test number comes first in 'not ok $count - $message'Adam Spiers1-2/+2
2012-11-15test-lib: allow negation of prerequisitesJeff King1-0/+32
2012-09-25Merge branch 'rr/test-make-sure-we-have-git'Junio C Hamano1-10/+0
2012-09-18t/test-lib: make sure Git has already been builtRamkumar Ramachandra1-10/+0
2012-09-06t0060: move tests of real_path() from t0000 to hereMichael Haggerty1-18/+0
2012-03-02t0000: modernise styleStefano Lattarini1-274/+289
2011-03-17Name make_*_path functions more accuratelyCarlos Martín Nieto1-5/+5
2011-01-13t0000: quote TAP snippets in test codeThomas Rast1-18/+18
2010-10-06test-lib: make test_expect_code a test commandÆvar Arnfjörð Bjarmason1-10/+45
2010-08-31t/t0000-basic.sh: Run the passing TODO test inside its own test-libÆvar Arnfjörð Bjarmason1-0/+31
2010-08-18test-lib: Multi-prereq support only checked the last prereqÆvar Arnfjörð Bjarmason1-1/+5
2010-08-18test-lib: Add support for multiple test prerequisitesÆvar Arnfjörð Bjarmason1-0/+17
2010-06-21Merge branch 'gv/portable'Junio C Hamano1-1/+1
2010-05-31tests: use "test_cmp", not "diff", when verifying the resultGary V. Vaughan1-1/+1
2010-05-06test-lib: some shells do not let $? propagate into an evalJonathan Nieder1-0/+21
2009-03-22Use prerequisite tags to skip tests that depend on symbolic linksJohannes Sixt1-12/+31
2009-03-21test-lib: Infrastructure to test and check for prerequisitesJohannes Sixt1-0/+15
2009-03-17Tests: use test_cmp instead of diff where possibleMiklos Vajna1-4/+4