Bypass debuild

This commit is contained in:
Aoran Zeng 2025-06-19 19:28:49 +08:00
parent 899297de22
commit cd13b48c21
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98

View File

@ -6,7 +6,7 @@
* Contributors : Nil Null <nil@null.org>
* |
* Created On : <2023-08-30>
* Last Modified : <2024-12-14>
* Last Modified : <2025-06-19>
*
* Test xy.h
* ------------------------------------------------------------*/
@ -95,7 +95,14 @@ main (int argc, char const *argv[])
}
else
{
// assert (xy_file_exist ("~/.bashrc")); //TODO:debbuild会创建虚拟的home环境,待解决
/**
* debuild HOME .bashrc .profile
* .bashrc
*/
if (xy_file_exist ("~/.profile"))
{
assert (xy_file_exist (xy_bashrc));
}
assert (xy_dir_exist ("/etc"));
}