From fe5b9cfec04fc6480e67bae9eface379cc211675 Mon Sep 17 00:00:00 2001 From: Wang Han Date: Mon, 31 May 2021 09:39:15 +0000 Subject: [PATCH] Fix androidboot.bootdevice test case for bootconfig * This seems to be a typo. Change-Id: Ibf1317e35090f4fcacf53dc311124d456384fa27 --- fs_mgr/tests/fs_mgr_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs_mgr/tests/fs_mgr_test.cpp b/fs_mgr/tests/fs_mgr_test.cpp index eb2919b01..a1b020aa4 100644 --- a/fs_mgr/tests/fs_mgr_test.cpp +++ b/fs_mgr/tests/fs_mgr_test.cpp @@ -120,7 +120,7 @@ const std::vector> result_space = { }; const std::string bootconfig = - "androidboot.bootdevice = \" \"1d84000.ufshc\"\n" + "androidboot.bootdevice = \"1d84000.ufshc\"\n" "androidboot.boot_devices = \"dev1\", \"dev2,withcomma\", \"dev3\"\n" "androidboot.baseband = \"sdy\"\n" "androidboot.keymaster = \"1\"\n"