commit | b80537e266604012bb01a5acb50f14587f30d54d | [log] [tgz] |
---|---|---|
author | Spencer Low <CompareAndSwap@gmail.com> | Wed Feb 10 15:03:50 2016 -0800 |
committer | Josh Gao <jmgao@google.com> | Mon Feb 22 15:57:08 2016 -0800 |
tree | 07f6546ba25ca0dc1079a5eadb9d52401fb1d504 | |
parent | 55c198dafc039c318c2e700c090d690c5dad255f [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> (cherry picked from commit 85c45bd5a185f09f24bb0d790b2038fe72b567a9)