aboutsummaryrefslogtreecommitdiffstats
path: root/t/t0000-basic.sh
AgeCommit message (Expand)AuthorFilesLines
2021-05-11test-lib tests: remove dead GIT_TEST_FRAMEWORK_SELFTEST variableÆvar Arnfjörð Bjarmason1-4/+0
2021-02-10tests: remove most uses of C_LOCALE_OUTPUTÆvar Arnfjörð Bjarmason1-1/+1
2021-01-28t0000: consistently use single quotes for outer testsJeff King1-190/+190
2021-01-28t0000: run cleaning test inside sub-testJeff King1-8/+17
2021-01-28t0000: run prereq tests inside sub-testJeff King1-80/+69
2021-01-28t0000: keep clean-up tests togetherJeff King1-11/+11
2020-11-25Merge branch 'sg/tests-prereq'Junio C Hamano1-0/+21
2020-11-18tests: make sure nested lazy prereqs work reliablySZEDER Gábor1-0/+21
2020-11-02Merge branch 'en/test-selector'Junio C Hamano1-22/+31
2020-10-18test-lib: allow selecting tests by substring/glob with --runElijah Newren1-22/+31
2020-10-18t0000: use test_path_is_file instead of "test -f"Caleb Tillman1-1/+1
2020-08-11Merge branch 'bc/sha-256-part-3'Junio C Hamano1-4/+11
2020-07-30t: remove test_oid_init in testsbrian m. carlson1-4/+0
2020-07-30t: add test_oid option to select hash algorithmbrian m. carlson1-0/+11
2020-07-07test-lib-functions: restrict test_must_fail usageDenton Liu1-0/+18
2020-05-08Merge branch 'cb/t0000-use-the-configured-shell'Junio C Hamano1-5/+2
2020-05-07t/t0000-basic: make sure subtests also use TEST_SHELL_PATHCarlo Marcelo Arenas Belón1-5/+2
2020-04-28t0000: disable GIT_TEST_FAIL_PREREQS in sub-testsJeff King1-0/+1
2020-03-26tests: do not let lazy prereqs inside `test_expect_*` turn off tracingJohannes Schindelin1-0/+13
2020-02-05Merge branch 'dl/test-must-fail-fixes'Junio C Hamano1-7/+7
2019-12-20t0000: replace test_must_fail with run_sub_test_lib_test_err()Denton Liu1-7/+7
2019-12-05Merge branch 'sg/test-bool-env'Junio C Hamano1-0/+34
2019-12-05Merge branch 'dl/t5520-cleanup'Junio C Hamano1-7/+8
2019-11-23tests: add 'test_bool_env' to catch non-bool GIT_TEST_* valuesSZEDER Gábor1-0/+34
2019-11-21t0000: test multiple local assignmentDenton Liu1-7/+8
2019-11-10Fix spelling errors in comments of testcasesElijah Newren1-1/+1
2019-10-15Merge branch 'dl/t0000-skip-test-test'Junio C Hamano1-0/+38
2019-10-09t0000: cover GIT_SKIP_TESTS blindspotsDenton Liu1-0/+38
2019-08-22Merge branch 'sg/show-failed-test-names'Junio C Hamano1-10/+10
2019-08-09Merge branch 'bc/hash-independent-tests-part-4'Junio C Hamano1-8/+6
2019-08-08t0000: reword comments for "local" testJeff King1-8/+6
2019-08-05tests: show the test name and number at the start of verbose outputSZEDER Gábor1-4/+4
2019-08-05t0000-basic: use realistic test script names in the verbose testsSZEDER Gábor1-6/+6
2019-06-21tests: make GIT_TEST_FAIL_PREREQS a booleanÆvar Arnfjörð Bjarmason1-5/+5
2019-05-14tests: add a special setup where prerequisites failÆvar Arnfjörð Bjarmason1-5/+5
2019-03-14test-lib: introduce 'test_atexit'Johannes Schindelin1-0/+18
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
2008-07-13t/: Use "test_must_fail git" instead of "! git"Stephan Beyer1-3/+3
2008-05-23Fold test-absolute-path into test-path-utilsDavid Reiss1-4/+4
2008-05-05Fix tests breaking when checkout path contains shell metacharactersBryan Donlan1-2/+2
2008-03-02Fix make_absolute_path() for parameters without a slashJohannes Schindelin1-0/+2
2008-02-11Merge branch 'lt/in-core-index'Junio C Hamano1-0/+20
2008-02-01Sane use of test_expect_failureJunio C Hamano1-9/+21
2008-01-21index: be careful when handling long namesJunio C Hamano1-0/+20
2007-08-01Add is_absolute_path() and make_absolute_path()Johannes Schindelin1-0/+16
2007-07-02Rewrite "git-frotz" to "git frotz"Junio C Hamano1-52/+52
2007-06-07War on whitespaceJunio C Hamano1-1/+1
2007-01-12use 'init' instead of 'init-db' for shipped docs and toolsNicolas Pitre1-2/+2
2006-12-17Fix check_file_directory_conflict().Junio C Hamano1-0/+9
2006-12-12Get rid of the dependency on RCS' merge programJohannes Schindelin1-13/+1
2006-11-21remove merge-recursive-oldJunio C Hamano1-10/+4
2006-11-13Catch errors when writing an index that contains invalid objects.Johannes Sixt1-0/+22
2006-05-01write-tree: --prefix=<path>Junio C Hamano1-0/+14
2006-04-26t0000-basic: more commit-tree tests.Junio C Hamano1-0/+28
2006-04-26t0000-basic: Add ls-tree recursive test back.Junio C Hamano1-0/+21
2006-02-18Optionally work without pythonJohannes Schindelin1-1/+1
2006-02-12fix "test: 2: unexpected operator" on bsdAlex Riesen1-1/+1
2005-12-10t0000: catch trivial pilot errors.Junio C Hamano1-0/+29
2005-11-28ls-tree: match the test to the new semantics.Junio C Hamano1-3/+2
2005-10-28Create object subdirectories on demand (phase II)Linus Torvalds1-4/+4
2005-10-08Create object subdirectories on demandLinus Torvalds1-1/+1
2005-09-27[PATCH] Make the test more shell generic and fix missing Solaris find optionPeter Eriksen1-1/+1
2005-09-07Big tool rename.Junio C Hamano1-13/+13
2005-08-20Create objects/info/ directory in init-db.Junio C Hamano1-3/+4
2005-06-27Fix up test that counted subdirectories in ".git/objects"Linus Torvalds1-3/+3
2005-05-26[PATCH] Make ls-* output consistent with diff-* output format.Junio C Hamano1-23/+23
2005-05-25[PATCH] Test case portability fix.Mark Allen1-1/+1
2005-05-23[PATCH] diff-raw format update take #2.Junio C Hamano1-8/+8
2005-05-21[PATCH] The diff-raw format updates.Junio C Hamano1-8/+8
2005-05-21[PATCH] Diff overhaul, adding half of copy detection.Junio C Hamano1-1/+1
2005-05-20[PATCH] Fix use of wc in t0000-basicDaniel Barkalow1-1/+1
2005-05-19[PATCH] diff overhaulJunio C Hamano1-1/+1
2005-05-14Fixed t0000-basic.sh and test-lib.sh permissionsPetr Baudis1-0/+0
2005-05-14[PATCH 1/2] Test framework take two.Junio C Hamano1-0/+179