Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: test case ut_lind_fs_mkdir_using_symlink #79

Merged
merged 1 commit into from
Oct 25, 2024

Conversation

ChinmayShringi
Copy link
Contributor

Description

Fixes # (issue)

This pull request introduces a test case (ut_lind_fs_mkdir_using_symlink) that ensures the correct handling of file creation, linking, and unblinking. Added unlink syscalls to remove file prior to test case and after test case is completed.

Type of change

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

  • cargo test ut_lind_fs_mkdir_using_symlink

Checklist:

  • My code follows the style guidelines of this project
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • Any dependent changes have been added to a pull request and/or merged in other modules (native-client, lind-glibc, lind-project)

@Yaxuan-w Yaxuan-w merged commit 06f4811 into main Oct 25, 2024
1 check failed
@Yaxuan-w Yaxuan-w deleted the fix-ut-lind-fs-mkdir-using-symlink branch October 25, 2024 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants