Merge branch 'jk/run-command-notdot'
commit17809a98f9b77b6295e06f54bbe500333171345a
authorJunio C Hamano <gitster@pobox.com>
Tue, 30 Oct 2018 06:43:41 +0000 (30 15:43 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 30 Oct 2018 06:43:41 +0000 (30 15:43 +0900)
tree483d93fa31cf1cce12d76dc82332a2caacd5d533
parent107b9bad957a0a9e3aac95460c4ddd7b903c4a1b
parentf67b980771b8cda5fc2093aef6dbec5d7210dcab
Merge branch 'jk/run-command-notdot'

The implementation of run_command() API on the UNIX platforms had a
bug that caused a command not on $PATH to be found in the current
directory.

* jk/run-command-notdot:
  run-command: mark path lookup errors with ENOENT
t/t0061-run-command.sh