commit | a1071c6924654de89e077f50f47271bc3e08c569 | [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 | d302a15a60feb453bb018da99b9abae8dab2ca01 [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)