Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 09a0d98b authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am 1d758c90: Merge "adb unittest: make test_sync properly cleanup after itself"

* commit '1d758c90':
  adb unittest: make test_sync properly cleanup after itself
parents eee68196 1d758c90
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -499,7 +499,8 @@ class FileOperationsTest(DeviceTest):
            self.assertEqual(temp_file.checksum, dev_md5)

        self.device.shell(['rm', '-rf', self.DEVICE_TEMP_DIR])
        shutil.rmtree(base_dir + self.DEVICE_TEMP_DIR)
        if base_dir is not None:
            shutil.rmtree(base_dir)

    def test_unicode_paths(self):
        """Ensure that we can support non-ASCII paths, even on Windows."""