summaryrefslogtreecommitdiff
path: root/t/t0061-run-command.sh
AgeCommit message (Expand)AuthorFilesLines
2019-10-02t0061: fix test for argv[0] with spaces (MINGW only)Libravatar Alexandr Miloslavskiy1-4/+17
2019-07-16mingw: support spawning programs containing spaces in their namesLibravatar Johannes Schindelin1-0/+6
2019-02-06Merge branch 'js/vsts-ci'Libravatar Junio C Hamano1-1/+2
2019-01-29t0061: workaround issues with --with-dashes and RUNTIME_PREFIXLibravatar Johannes Schindelin1-1/+2
2019-01-18mingw: special-case arguments to `sh`Libravatar Johannes Schindelin1-0/+10
2019-01-14Merge branch 'hb/t0061-dot-in-path-fix'Libravatar Junio C Hamano1-1/+9
2018-12-15Merge branch 'jc/run-command-report-exec-failure-fix' into maintLibravatar Junio C Hamano1-3/+6
2018-12-12run-command: report exec failureLibravatar Junio C Hamano1-3/+6
2018-12-03t0061: do not fail test if '.' is part of $PATHLibravatar Junio C Hamano1-1/+9
2018-10-30Merge branch 'jk/run-command-notdot'Libravatar Junio C Hamano1-1/+12
2018-10-25t0061: adjust to test-tool transitionLibravatar Junio C Hamano1-1/+12
2018-10-25run-command: mark path lookup errors with ENOENTLibravatar Jeff King1-1/+12
2018-08-21tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'Libravatar SZEDER Gábor1-5/+4
2018-04-11exec_cmd: RUNTIME_PREFIX on some POSIX systemsLibravatar Dan Jacques1-1/+1
2018-03-27t/helper: merge test-run-command into test-toolLibravatar Nguyễn Thái Ngọc Duy1-12/+12
2018-01-19run-command.c: print env vars in trace_run_command()Libravatar Nguyễn Thái Ngọc Duy1-0/+37
2017-04-25run-command: restrict PATH search to executable filesLibravatar Brandon Williams1-0/+30
2017-04-20t0061: run_command executes scripts without a #! lineLibravatar Brandon Williams1-0/+11
2015-12-16run-command: add an asynchronous parallel child processorLibravatar Stefan Beller1-0/+53
2015-01-16tests: correct misuses of POSIXPERMLibravatar Junio C Hamano1-1/+1
2012-04-05run-command: treat inaccessible directories as ENOENTLibravatar Jeff King1-0/+13
2011-04-20tests: check error message from run_commandLibravatar Jonathan Nieder1-0/+23
2010-01-10start_command: detect execvp failures earlyLibravatar Johannes Sixt1-0/+14