commit | 85c45bd5a185f09f24bb0d790b2038fe72b567a9 | [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 | 76d3308dd27a73e7ec0617f8438d24d0165a2d01 [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>