commit | 1ec9ceb6eea5e6c5657ddcad5fc32bcaa52c9620 | [log] [tgz] |
---|---|---|
author | Spencer Low <CompareAndSwap@gmail.com> | Wed Feb 10 15:03:50 2016 -0800 |
committer | Spencer Low <CompareAndSwap@gmail.com> | Wed Feb 10 15:03:50 2016 -0800 |
tree | bae4feefca88d4e4d0d40aa1637a91825720cdc9 | |
parent | 7257e03981c1330a785a910a846a454724eebdaf [diff] |
adb: mkdirs fixes Fix pathological case where the directory to be created can't be created because there is already a file there. This was previously returning success because the wrong var was passed to directory_exists(). Fix test to exercise this situation. Also clarify tests. Change-Id: I0dc0f14084e0eda4e1498874d4ab2a6445d322ac Signed-off-by: Spencer Low <CompareAndSwap@gmail.com>