aboutsummaryrefslogtreecommitdiffstats
path: root/t/t0005-signals.sh
AgeCommit message (Expand)AuthorFilesLines
2021-12-13tests: fix broken &&-chains in `$(...)` command substitutionsEric Sunshine1-1/+1
2021-10-12leak tests: run various built-in tests in t00*.sh SANITIZE=leakÆvar Arnfjörð Bjarmason1-0/+2
2018-03-27t/helper: merge test-sigchain into test-toolNguyễn Thái Ngọc Duy1-2/+2
2018-03-27t/helper: merge test-genrandom into test-toolNguyễn Thái Ngọc Duy1-1/+1
2016-07-06t0005: use test_match_signal as appropriateJeff King1-2/+2
2016-07-06tests: factor portable signal check out of t0005Jeff King1-6/+7
2015-03-20t0005: fix broken &&-chainsJeff King1-2/+2
2015-03-20t: wrap complicated expect_code users in a blockJeff King1-2/+2
2014-09-22mingw.h: add dummy functions for sigset_t operationsJohannes Sixt1-2/+2
2014-09-18unblock and unignore SIGPIPEPatrick Reynolds1-0/+22
2013-06-06t0005: skip signal death exit code test on WindowsJohannes Sixt1-1/+1
2013-06-02t0005: test git exit code from signal deathJeff King1-0/+7
2010-07-09t0005: work around strange $? in ksh when program terminated by a signalJohannes Sixt1-0/+1
2009-01-30t0005: use SIGTERM for sigchain testJeff King1-1/+1
2009-01-21chain kill signals for cleanup functionsJeff King1-0/+22