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

Pcut creates temporary files in the working directory #5

Open
jxsvoboda opened this issue Nov 25, 2020 · 0 comments
Open

Pcut creates temporary files in the working directory #5

jxsvoboda opened this issue Nov 25, 2020 · 0 comments

Comments

@jxsvoboda
Copy link

Pcut creates temporary files in the current directory with its homebrew code, either in generic.c or helenos.c. On HelenOS if / is full or if the test is run with WD set to a non-writable directory (e.g. /loc), PCUT will fail to create temporary file for every test.

Suggestion: How about tmpfile() on HelenOS and tmpnam() on generic?

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

No branches or pull requests

1 participant