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

executable_real? (aka access) test fails on GHA though it passes locally #62

Closed
maxirmx opened this issue Dec 21, 2021 · 0 comments · Fixed by #114
Closed

executable_real? (aka access) test fails on GHA though it passes locally #62

maxirmx opened this issue Dec 21, 2021 · 0 comments · Fixed by #114
Labels
bug Something isn't working
Milestone

Comments

@maxirmx
Copy link
Member

maxirmx commented Dec 21, 2021

# test 2  executable_real? (aka access) 
 print "executable_real?(\"/__tebako_memfs__/local/level-1/level-2/file-2.txt\") ... "
 r = File.executable_real?("/__tebako_memfs__/local/level-1/level-2/file-2.txt")
 raise "executable_real? returned '#{r}' while 'false' was expected" if r
 print "OK(failure)\n"

Also it looks like Ruby uses eaccess if it is available, but eaccess is not patched.

@maxirmx maxirmx added the bug Something isn't working label Dec 21, 2021
@maxirmx maxirmx added this to the 0.3.1 milestone Jan 5, 2022
@maxirmx maxirmx modified the milestones: 0.3.2, 0.3.3 Jan 21, 2022
@maxirmx maxirmx removed this from the 0.3.5 milestone Apr 3, 2022
@ronaldtse ronaldtse added this to Tebako Oct 26, 2022
@ronaldtse ronaldtse moved this to 📋 Backlog in Tebako Jan 10, 2023
@maxirmx maxirmx added this to the 0.5.4 milestone Jul 13, 2023
maxirmx added a commit to tamatebako/libdwarfs that referenced this issue Aug 1, 2023
maxirmx added a commit to tamatebako/libdwarfs that referenced this issue Aug 1, 2023
maxirmx added a commit to tamatebako/libdwarfs that referenced this issue Aug 1, 2023
@maxirmx maxirmx linked a pull request Aug 8, 2023 that will close this issue
@github-project-automation github-project-automation bot moved this from 📋 Backlog to ✅ Done in Tebako Aug 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant