summary refs log tree commit diff
path: root/t/t0061-run-command.sh
AgeCommit message (Expand)AuthorFilesLines
2021-10-12leak tests: run various "test-tool" tests in t00*.sh SANITIZE=leakÆvar Arnfjörð Bjarmason1-0/+1
2019-11-23mingw: spawned processes need to inherit only standard handlesJohannes Schindelin1-1/+1
2019-11-23mingw: demonstrate that all file handles are inherited by child processesJohannes Schindelin1-0/+4
2019-10-02t0061: fix test for argv[0] with spaces (MINGW only)Alexandr Miloslavskiy1-4/+17
2019-07-16mingw: support spawning programs containing spaces in their namesJohannes Schindelin1-0/+6
2019-02-06Merge branch 'js/vsts-ci'Junio C Hamano1-1/+2
2019-01-29t0061: workaround issues with --with-dashes and RUNTIME_PREFIXJohannes Schindelin1-1/+2
2019-01-18mingw: special-case arguments to `sh`Johannes Schindelin1-0/+10
2019-01-14Merge branch 'hb/t0061-dot-in-path-fix'Junio C Hamano1-1/+9
2018-12-15Merge branch 'jc/run-command-report-exec-failure-fix' into maintJunio C Hamano1-3/+6
2018-12-12run-command: report exec failureJunio C Hamano1-3/+6
2018-12-03t0061: do not fail test if '.' is part of $PATHJunio C Hamano1-1/+9
2018-10-30Merge branch 'jk/run-command-notdot'Junio C Hamano1-1/+12
2018-10-25t0061: adjust to test-tool transitionJunio C Hamano1-1/+12
2018-10-25run-command: mark path lookup errors with ENOENTJeff King1-1/+12
2018-08-21tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor1-5/+4
2018-04-11exec_cmd: RUNTIME_PREFIX on some POSIX systemsDan Jacques1-1/+1
2018-03-27t/helper: merge test-run-command into test-toolNguyễn Thái Ngọc Duy1-12/+12
2018-01-19run-command.c: print env vars in trace_run_command()Nguyễn Thái Ngọc Duy1-0/+37
2017-04-25run-command: restrict PATH search to executable filesBrandon Williams1-0/+30
2017-04-20t0061: run_command executes scripts without a #! lineBrandon Williams1-0/+11
2015-12-16run-command: add an asynchronous parallel child processorStefan Beller1-0/+53
2015-01-16tests: correct misuses of POSIXPERMJunio C Hamano1-1/+1
2012-04-05run-command: treat inaccessible directories as ENOENTJeff King1-0/+13
2011-04-20tests: check error message from run_commandJonathan Nieder1-0/+23
2010-01-10start_command: detect execvp failures earlyJohannes Sixt1-0/+14