提交 4665fb5e 编写于 作者: H hu-jixiang1

fix fail testcase

Change-Id: If1c64b4c03e54a6c4af01d0d7f7c314e52c8cffe
上级 844302b2
......@@ -31,7 +31,7 @@ void DacTestSuite::SetUp()
// Delete the the directory if exists
RemoveDir(TOP_DIR "/" DACDIR0);
RemoveDir(TOP_DIR "/" DACDIR1);
RemoveDir("/dev/" DACDIR0);
RemoveDir("/storage/" DACDIR0);
// Obtain the current working directory of the test code
mCurPath = GetCurrentPath();
// Modify the current working directory of the test code
......@@ -47,7 +47,7 @@ void DacTestSuite::TearDown()
// Delete the the directory if exists
RemoveDir(TOP_DIR "/" DACDIR0);
RemoveDir(TOP_DIR "/" DACDIR1);
RemoveDir("/dev/" DACDIR0);
RemoveDir("/storage/" DACDIR0);
// Initialize the process and set the uid and gid of the process to zero
SetUidGid(UID0, GID0);
// Restore the working directory of the test code
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册