From: Daniel Martí Date: Mon, 16 Jun 2014 11:09:28 +0000 (+0200) Subject: Fix create_fake_android_home with the new build-tools X-Git-Tag: 0.2~24 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=1ca4bda4ef7cda24d0732ce392ffa6daaa964224;p=fdroidserver.git Fix create_fake_android_home with the new build-tools --- diff --git a/tests/run-tests b/tests/run-tests index 08f59585..5579fda2 100755 --- a/tests/run-tests +++ b/tests/run-tests @@ -25,8 +25,8 @@ copy_apks_into_repo() { create_fake_android_home() { mkdir $1/build-tools - mkdir $1/build-tools/19.0.1 - touch $1/build-tools/19.0.1/aapt + mkdir $1/build-tools/19.1 + touch $1/build-tools/19.1/aapt } create_test_dir() {