summaryrefslogtreecommitdiff
path: root/t/t0061-run-command.sh
Commit message (Expand)AuthorAgeFilesLines
* run-command tests: test stdout of run_command_parallel()Ævar Arnfjörð Bjarmason2022-10-311-5/+10
* run-command: add an "ungroup" option to run_process_parallel()Ævar Arnfjörð Bjarmason2022-06-071-0/+30
* leak tests: run various "test-tool" tests in t00*.sh SANITIZE=leakÆvar Arnfjörð Bjarmason2021-10-121-0/+1
* mingw: spawned processes need to inherit only standard handlesJohannes Schindelin2019-11-231-1/+1
* mingw: demonstrate that all file handles are inherited by child processesJohannes Schindelin2019-11-231-0/+4
* t0061: fix test for argv[0] with spaces (MINGW only)Alexandr Miloslavskiy2019-10-021-4/+17
* mingw: support spawning programs containing spaces in their namesJohannes Schindelin2019-07-161-0/+6
* Merge branch 'js/vsts-ci'Junio C Hamano2019-02-061-1/+2
|\
| * t0061: workaround issues with --with-dashes and RUNTIME_PREFIXJohannes Schindelin2019-01-291-1/+2
* | mingw: special-case arguments to `sh`Johannes Schindelin2019-01-181-0/+10
|/
* Merge branch 'hb/t0061-dot-in-path-fix'Junio C Hamano2019-01-141-1/+9
|\
| * t0061: do not fail test if '.' is part of $PATHJunio C Hamano2018-12-031-1/+9
* | Merge branch 'jc/run-command-report-exec-failure-fix' into maintJunio C Hamano2018-12-151-3/+6
|\ \
| * | run-command: report exec failureJunio C Hamano2018-12-121-3/+6
* | | Merge branch 'jk/run-command-notdot'Junio C Hamano2018-10-301-1/+12
|\ \ \ | |/ /
| * | t0061: adjust to test-tool transitionJunio C Hamano2018-10-251-1/+12
| |\ \ | | |/
| | * run-command: mark path lookup errors with ENOENTJeff King2018-10-251-1/+12
* | | tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor2018-08-211-5/+4
|/ /
* | exec_cmd: RUNTIME_PREFIX on some POSIX systemsDan Jacques2018-04-111-1/+1
* | t/helper: merge test-run-command into test-toolNguyễn Thái Ngọc Duy2018-03-271-12/+12
* | run-command.c: print env vars in trace_run_command()Nguyễn Thái Ngọc Duy2018-01-191-0/+37
|/
* run-command: restrict PATH search to executable filesBrandon Williams2017-04-251-0/+30
* t0061: run_command executes scripts without a #! lineBrandon Williams2017-04-201-0/+11
* run-command: add an asynchronous parallel child processorStefan Beller2015-12-161-0/+53
* tests: correct misuses of POSIXPERMJunio C Hamano2015-01-161-1/+1
* run-command: treat inaccessible directories as ENOENTJeff King2012-04-051-0/+13
* tests: check error message from run_commandJonathan Nieder2011-04-201-0/+23
* start_command: detect execvp failures earlyJohannes Sixt2010-01-101-0/+14