summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2021-12-13t/chainlint/*.test: generalize self-test commentaryEric Sunshine6-9/+6
2021-12-13t/chainlint/*.test: fix invalid test cases due to mixing quote typesEric Sunshine20-70/+38
2021-12-13t/chainlint/*.test: don't use invalid shell syntaxEric Sunshine3-4/+6
2021-12-13t6000-t9999: detect and signal failure within loopEric Sunshine31-64/+64
2021-12-13t5000-t5999: detect and signal failure within loopEric Sunshine20-50/+50
2021-12-13t4000-t4999: detect and signal failure within loopEric Sunshine16-38/+38
2021-12-13t0000-t3999: detect and signal failure within loopEric Sunshine31-55/+55
2021-12-13tests: simplify by dropping unnecessary `for` loopsEric Sunshine7-50/+14
2021-12-13tests: apply modern idiom for exiting loop upon failureEric Sunshine3-25/+12
2021-12-13tests: apply modern idiom for signaling test failureEric Sunshine3-6/+6
2021-12-13tests: fix broken &&-chains in `{...}` groupsEric Sunshine19-50/+53
2021-12-13tests: fix broken &&-chains in `$(...)` command substitutionsEric Sunshine5-10/+10
2021-12-13tests: fix broken &&-chains in compound statementsEric Sunshine28-89/+95
2021-12-13tests: use test_write_lines() to generate line-oriented outputEric Sunshine26-170/+106
2021-12-13tests: simplify construction of large blocks of textEric Sunshine7-202/+205
2021-12-13t9107: use shell parameter expansion to avoid breaking &&-chainEric Sunshine1-4/+4
2021-12-13t6300: make `%(raw:size) --shell` test more robustEric Sunshine1-4/+1
2021-12-13t5516: drop unnecessary subshell and command invocationEric Sunshine1-4/+1
2021-12-13t4202: clarify intent by creating expected content less cleverlyEric Sunshine1-21/+21
2021-12-13t1020: avoid aborting entire test script when one test failsEric Sunshine1-3/+3
2021-12-13t1010: fix unnoticed failure on WindowsEric Sunshine1-2/+2
2021-12-10Merge branch 'en/rebase-x-fix'Junio C Hamano1-1/+6
2021-12-10Merge branch 'em/missing-pager'Junio C Hamano1-0/+5
2021-12-10Merge branch 'mp/absorb-submodule-git-dir-upon-deinit'Junio C Hamano1-6/+5
2021-12-10Merge branch 'hn/create-reflog-simplify'Junio C Hamano3-4/+3
2021-12-10Merge branch 'jk/t7006-sigpipe-tests-fix'Junio C Hamano1-40/+14
2021-12-10Merge branch 'vd/sparse-reset'Junio C Hamano3-15/+159
2021-12-10Merge branch 'ab/checkout-branch-info-leakfix'Junio C Hamano35-0/+43
2021-12-10Merge branch 'jk/t5319-midx-corruption-test-deflake'Junio C Hamano1-2/+4
2021-12-10Merge branch 'tw/var-default-branch'Junio C Hamano1-0/+20
2021-12-10Merge branch 'jk/strbuf-addftime-seconds-since-epoch'Junio C Hamano1-0/+4
2021-12-10Merge branch 'if/redact-packfile-uri'Junio C Hamano1-0/+51
2021-12-10Merge branch 'gc/remote-with-fewer-static-global-variables'Junio C Hamano1-0/+9
2021-12-10Merge branch 'vd/sparse-sparsity-fix-on-read'Junio C Hamano2-2/+34
2021-12-09ssh signing: verify ssh-keygen in test prereqFabian Stelzer1-13/+40
2021-12-09ssh signing: make fmt-merge-msg consider key lifetimeFabian Stelzer1-0/+58
2021-12-09ssh signing: make verify-tag consider key lifetimeFabian Stelzer1-0/+42
2021-12-09ssh signing: make git log verify key lifetimeFabian Stelzer1-0/+43
2021-12-09ssh signing: make verify-commit consider key lifetimeFabian Stelzer1-0/+42
2021-12-09ssh signing: add key lifetime test prereqsFabian Stelzer1-1/+18
2021-12-09t/fmt-merge-msg: make gpgssh tests more specificFabian Stelzer1-0/+2
2021-12-09t/fmt-merge-msg: do not redirect stderrFabian Stelzer1-4/+4
2021-12-09t/lib-pager: use sane_unset() to avoid breaking &&-chainEric Sunshine1-1/+1
2021-12-09t2501: simplify the tests since we can now assume desired behaviorElijah Newren1-85/+34
2021-12-09dir: new flag to remove_dir_recurse() to spare the original_cwdElijah Newren1-5/+0
2021-12-09dir: avoid incidentally removing the original_cwd in remove_path()Elijah Newren1-8/+4
2021-12-09stash: do not attempt to remove startup_info->original_cwdElijah Newren1-1/+1
2021-12-09rebase: do not attempt to remove startup_info->original_cwdElijah Newren1-2/+2
2021-12-09clean: do not attempt to remove startup_info->original_cwdElijah Newren1-2/+3
2021-12-09symlinks: do not include startup_info->original_cwd in dir removalElijah Newren1-5/+5