commit | 9a9827fe48e025a9f62ac372c7da92223af02d22 | [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 | b32e82ceb7ca2b24f60e9f9cfde7c30b27a7b595 | |
parent | 9efe32161843994c2486e7875f466a7c2bfb9c24 [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 1ec9ceb6eea5e6c5657ddcad5fc32bcaa52c9620)