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

Need way to (at least) declare symlink and link always return ENOSYS #1

Open
dsheets opened this issue Oct 1, 2015 · 0 comments
Open

Comments

@dsheets
Copy link
Contributor

dsheets commented Oct 1, 2015

When file systems are under development, it's common to want to test them without even pretending to implement symlink and link. Because the current test suite does not contain minimized test cases, many tests use one or the other syscall in their environment set-up but are not dependent on the effects. This causes lots of unrelated tests to fail when these VFS calls aren't implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant