Index: build/android/pylib/device/device_utils_test.py |
diff --git a/build/android/pylib/device/device_utils_test.py b/build/android/pylib/device/device_utils_test.py |
index 6071fd57a069ebc625ca304c62ca0becf37a4e37..b76ee92927e9d22b42b14355cdca7c5afba023b0 100755 |
--- a/build/android/pylib/device/device_utils_test.py |
+++ b/build/android/pylib/device/device_utils_test.py |
@@ -1045,7 +1045,7 @@ class DeviceUtilsPushChangedFilesZippedTest(DeviceUtilsNewImplTest): |
self.call.device.RunShellCommand( |
['unzip', '/test/device/external_dir/tmp.zip'], |
as_root=True, |
- env={'PATH': '$PATH:/data/local/tmp/bin'}, |
+ env={'PATH': '/data/local/tmp/bin:$PATH'}, |
check_return=True), |
(self.call.device.IsOnline(), True), |
self.call.device.RunShellCommand( |