summaryrefslogtreecommitdiff
path: root/t/t0070-fundamental.sh
AgeCommit message (Expand)AuthorFilesLines
2026-07-06t: convert grep assertions to test_grepMichael Montalbo1-3/+3
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt1-1/+0
2024-01-26Merge branch 'al/unit-test-ctype'Junio C Hamano1-4/+0
2024-01-16unit-tests: rewrite t/helper/test-ctype.c as a unit testAchu Luma1-4/+0
2024-01-12Merge branch 'jx/sideband-chomp-newline-fix'Junio C Hamano1-0/+58
2023-12-18pkt-line: do not chomp newlines for sideband messagesJiang Xin1-1/+1
2023-12-18pkt-line: memorize sideband fragment in readerJiang Xin1-1/+1
2023-12-18test-pkt-line: add option parser for unpack-sidebandJiang Xin1-0/+58
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano1-2/+2
2022-11-21commit: discard partial cache before (re-)reading itÆvar Arnfjörð Bjarmason1-0/+1
2020-10-29sideband: diagnose more sideband anomaliesJeff King1-0/+12
2020-10-20sideband: avoid reporting incomplete sideband messagesJohannes Schindelin1-0/+6
2018-06-28Merge branch 'jc/clean-after-sanity-tests'Junio C Hamano1-1/+1
2018-06-15tests: clean after SANITY testsJunio C Hamano1-1/+1
2018-03-27t/helper: merge test-regex into test-toolNguyễn Thái Ngọc Duy1-1/+1
2018-03-27t/helper: merge test-mktemp into test-toolNguyễn Thái Ngọc Duy1-2/+2
2018-03-27t/helper: merge test-ctype into test-toolNguyễn Thái Ngọc Duy1-1/+1
2016-06-27test-regex: isolate the bug test codeNguyễn Thái Ngọc Duy1-1/+1
2013-09-04Merge branch 'tr/fd-gotcha-fixes'Junio C Hamano1-0/+4
2013-08-06t0070: test that git_mkstemps correctly checks return value of open()Dale R. Worley1-0/+4
2013-06-11t0070 "mktemp to unwritable directory" needs SANITYTorsten Bögershausen1-1/+1
2012-09-02test-regex: Add a test to check for a bug in the regex routinesRamsay Jones1-0/+5
2010-12-21Improve error messages when temporary file creation failsArnout Engelen1-0/+13
2009-01-17Add ctype testRené Scharfe1-0/+15