summaryrefslogtreecommitdiff
path: root/t/t0005-signals.sh
Commit message (Expand)AuthorAgeFilesLines
* tests: fix broken &&-chains in `$(...)` command substitutionsEric Sunshine2021-12-131-1/+1
* leak tests: run various built-in tests in t00*.sh SANITIZE=leakÆvar Arnfjörð Bjarmason2021-10-121-0/+2
* t/helper: merge test-sigchain into test-toolNguyễn Thái Ngọc Duy2018-03-271-2/+2
* t/helper: merge test-genrandom into test-toolNguyễn Thái Ngọc Duy2018-03-271-1/+1
* t0005: use test_match_signal as appropriateJeff King2016-07-061-2/+2
* tests: factor portable signal check out of t0005Jeff King2016-07-061-6/+7
* t0005: fix broken &&-chainsJeff King2015-03-201-2/+2
* t: wrap complicated expect_code users in a blockJeff King2015-03-201-2/+2
* mingw.h: add dummy functions for sigset_t operationspr/use-default-sigpipe-settingJohannes Sixt2014-09-221-2/+2
* unblock and unignore SIGPIPEPatrick Reynolds2014-09-181-0/+22
* t0005: skip signal death exit code test on WindowsJohannes Sixt2013-06-061-1/+1
* t0005: test git exit code from signal deathJeff King2013-06-021-0/+7
* t0005: work around strange $? in ksh when program terminated by a signalJohannes Sixt2010-07-091-0/+1
* t0005: use SIGTERM for sigchain testJeff King2009-01-301-1/+1
* chain kill signals for cleanup functionsJeff King2009-01-211-0/+22