Fix the behavior of ExecuteAndWait with a non-zero timeout.
authorPeter Collingbourne <peter@pcc.me.uk>
Sat, 31 May 2014 01:36:02 +0000 (01:36 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Sat, 31 May 2014 01:36:02 +0000 (01:36 +0000)
commitbfe17408a9bcad9cbb29ff0dafb8a7674a7c09a6
treec4805b107aea8b61ab69711651c592bcb30de54a
parentc3648ce2dca6d9a0a86ce4d736c24b896a9ad7a6
Fix the behavior of ExecuteAndWait with a non-zero timeout.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209951 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/Program.cpp
unittests/Support/ProgramTest.cpp