chiark / gitweb /
Current build-tools is 19.1.0, not 19.1
[fdroidserver.git] / tests / run-tests
index 5579fda24cd3de712765d393c41e291d7a1c6b99..4b73117e891dba7369ed73312a04bd04932ef0b4 100755 (executable)
@@ -25,8 +25,8 @@ copy_apks_into_repo() {
 
 create_fake_android_home() {
     mkdir $1/build-tools
-    mkdir $1/build-tools/19.1
-    touch $1/build-tools/19.1/aapt
+    mkdir $1/build-tools/19.1.0
+    touch $1/build-tools/19.1.0/aapt
 }
 
 create_test_dir() {