summaryrefslogtreecommitdiff
path: root/tests/DsuGsiIntegrationTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/DsuGsiIntegrationTest.java')
-rw-r--r--tests/DsuGsiIntegrationTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/DsuGsiIntegrationTest.java b/tests/DsuGsiIntegrationTest.java
index 18bafd3..78d001c 100644
--- a/tests/DsuGsiIntegrationTest.java
+++ b/tests/DsuGsiIntegrationTest.java
@@ -144,7 +144,7 @@ public class DsuGsiIntegrationTest extends DsuTestBase {
}
CLog.i("Pushing '%s' -> '%s'", mSystemImageZip, DSU_IMAGE_ZIP_PUSH_PATH);
- getDevice().pushFile(mSystemImageZip, DSU_IMAGE_ZIP_PUSH_PATH);
+ getDevice().pushFile(mSystemImageZip, DSU_IMAGE_ZIP_PUSH_PATH, true);
final long freeSpaceBeforeInstall = getDevice().getPartitionFreeSpace("/data") << 10;
assertShellCommand(getDsuInstallCommand());