summaryrefslogtreecommitdiff
path: root/module_test/src
diff options
context:
space:
mode:
author杨威 <[email protected]>2023-02-17 10:02:50 +0000
committer杨威 <[email protected]>2023-02-17 10:02:50 +0000
commit35ae368647c22ec75ae7034b6f8c29af4f40351e (patch)
treee3b12455f06fdf05ba3b06cec40fe111f70f2056 /module_test/src
parent851bb081d4f16f2af689634a8dcc062933af806e (diff)
Test update get root dir
Diffstat (limited to 'module_test/src')
-rw-r--r--module_test/src/gtest_sapp_support.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/module_test/src/gtest_sapp_support.cpp b/module_test/src/gtest_sapp_support.cpp
index a9e7ad4..02c5f12 100644
--- a/module_test/src/gtest_sapp_support.cpp
+++ b/module_test/src/gtest_sapp_support.cpp
@@ -807,8 +807,8 @@ void control_get_root_dir_run(void)
call_libsapp_devel_with_args(8, sapp_change_root_dir_args);
/* ִ������ټ��һ������Ŀ¼�Ƿ���sysinfo.log, �Ƿ���־������ݷ���Ԥ�� */
- ASSERT_EQ(expect_file_has_some_string("/tmp/sapp_change_root_dir_test/data/sysinfo.log", "18178"), 0);
- ASSERT_EQ(expect_file_has_some_string("/tmp/sapp_change_root_dir_test/data/sysinfo.log", "17226"), 0);
+ ASSERT_EQ(expect_file_has_some_string("/tmp/sapp_change_root_dir_test/data/sysinfo.log", "17.75K"), 0);
+ ASSERT_EQ(expect_file_has_some_string("/tmp/sapp_change_root_dir_test/data/sysinfo.log", "16.82K"), 0);
ASSERT_EQ(expect_file_has_some_string("/tmp/sapp_change_root_dir_test/data/sysinfo.log", "13674"), 0);
}