-
Notifications
You must be signed in to change notification settings - Fork 13.4k
run-pass/fds-are-cloexec fails with “No such file or directory” #35753
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
How about opening the test source file itself? |
durka
pushed a commit
to durka/rust
that referenced
this issue
Aug 21, 2016
eddyb
added a commit
to eddyb/rust
that referenced
this issue
Aug 23, 2016
modify fds-are-cloexec test to open a file that exists Fixes rust-lang#35753. Is it a valid assumption that the current directory is always the root of the repo when the tests are run? r? @nagisa
eddyb
added a commit
to eddyb/rust
that referenced
this issue
Aug 23, 2016
modify fds-are-cloexec test to open a file that exists Fixes rust-lang#35753. Is it a valid assumption that the current directory is always the root of the repo when the tests are run? r? @nagisa
Manishearth
added a commit
to Manishearth/rust
that referenced
this issue
Aug 25, 2016
modify fds-are-cloexec test to open a file that exists Fixes rust-lang#35753. Is it a valid assumption that the current directory is always the root of the repo when the tests are run? r? @nagisa
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Under rustbuild no
Makefile
needs to exist, and this test tries to open that file. The test should be changed to open something else, preferably not a file on filesystem.The text was updated successfully, but these errors were encountered: