chiark / gitweb /
tests: fix --android-home test to actually work
authorHans-Christoph Steiner <hans@eds.org>
Wed, 4 Jun 2014 22:45:06 +0000 (18:45 -0400)
committerHans-Christoph Steiner <hans@eds.org>
Thu, 5 Jun 2014 02:01:25 +0000 (22:01 -0400)
commit02721242486e7f455532e88b0057b0470bb9b498
tree4d0fc647d8e2f50b9b24b7c96b8e4061995d6c97
parent479e194976bc5cebc9f81c13233d498b657bdf0d
tests: fix --android-home test to actually work

In this case, ANDROID_HOME is set to a fake, non-working version that will
be detected by fdroid as an Android SDK install.  It should use the path
set by --android-home over the one in ANDROID_HOME, therefore if it uses
the one in ANDROID_HOME, it won't work because it is a fake one.  Only
--android-home provides a working one.
tests/run-tests