commit | 58a2a9a7dea8667b2bbde736558c84002fe0ecc0 | [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 | 9dceac09e48ca402633c7e5c3ee3d9760f0ba36c | |
parent | d89811042a2f26196121c5464fc88be14c7d3943 [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>