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

Make wiki link test work if /tmp contains an inaccessible subdirectory #261

Merged
merged 1 commit into from
Sep 25, 2017

Conversation

phst
Copy link
Contributor

@phst phst commented Sep 23, 2017

If ‘temporary-file-directory’ contains an inaccessible subdirectory,
‘markdown-fontify-buffer-wiki-links’ fails because it calls
‘directory-files-recursively’ on the directory, which fails because of
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=28567. To fix this, run the
entire test in a new subdirectory of ‘temporary-file-directory’, which is
guaranteed to not contain any inaccessible directories.

If ‘temporary-file-directory’ contains an inaccessible subdirectory,
‘markdown-fontify-buffer-wiki-links’ fails because it calls
‘directory-files-recursively’ on the directory, which fails because of
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=28567.  To fix this, run the
entire test in a new subdirectory of ‘temporary-file-directory’, which is
guaranteed to not contain any inaccessible directories.
@jrblevin jrblevin merged commit 0358967 into jrblevin:master Sep 25, 2017
jrblevin added a commit that referenced this pull request Sep 25, 2017
Add CHANGES.md entries for the following recent issues and pull
requests:

- GH-227
- GH-238
- GH-246
- GH-254
- GH-257
- GH-258
- GH-259
- GH-260
- GH-261
@phst phst deleted the tmpdir branch September 28, 2017 12:15
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