summaryrefslogtreecommitdiff
path: root/t/t0061-run-command.sh
AgeCommit message (Expand)Author
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano
2022-10-31run-command tests: test stdout of run_command_parallel()Ævar Arnfjörð Bjarmason
2022-06-07run-command: add an "ungroup" option to run_process_parallel()Ævar Arnfjörð Bjarmason
2021-10-13leak tests: run various "test-tool" tests in t00*.sh SANITIZE=leakÆvar Arnfjörð Bjarmason
2019-11-23mingw: spawned processes need to inherit only standard handlesJohannes Schindelin
2019-11-23mingw: demonstrate that all file handles are inherited by child processesJohannes Schindelin
2019-10-02t0061: fix test for argv[0] with spaces (MINGW only)Alexandr Miloslavskiy
2019-07-16mingw: support spawning programs containing spaces in their namesJohannes Schindelin
2019-02-07Merge branch 'js/vsts-ci'Junio C Hamano
2019-01-29t0061: workaround issues with --with-dashes and RUNTIME_PREFIXJohannes Schindelin
2019-01-18mingw: special-case arguments to `sh`Johannes Schindelin
2019-01-14Merge branch 'hb/t0061-dot-in-path-fix'Junio C Hamano
2018-12-15Merge branch 'jc/run-command-report-exec-failure-fix' into maintJunio C Hamano
2018-12-12run-command: report exec failureJunio C Hamano
2018-12-03t0061: do not fail test if '.' is part of $PATHJunio C Hamano
2018-10-30Merge branch 'jk/run-command-notdot'Junio C Hamano
2018-10-25t0061: adjust to test-tool transitionJunio C Hamano
2018-10-25run-command: mark path lookup errors with ENOENTJeff King
2018-08-21tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor
2018-04-11exec_cmd: RUNTIME_PREFIX on some POSIX systemsDan Jacques
2018-03-27t/helper: merge test-run-command into test-toolNguyễn Thái Ngọc Duy
2018-01-19run-command.c: print env vars in trace_run_command()Nguyễn Thái Ngọc Duy
2017-04-26run-command: restrict PATH search to executable filesBrandon Williams
2017-04-21t0061: run_command executes scripts without a #! lineBrandon Williams
2015-12-16run-command: add an asynchronous parallel child processorStefan Beller
2015-01-16tests: correct misuses of POSIXPERMJunio C Hamano
2012-04-05run-command: treat inaccessible directories as ENOENTJeff King
2011-04-20tests: check error message from run_commandJonathan Nieder
2010-01-10start_command: detect execvp failures earlyJohannes Sixt