We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Dotdrop commit: b53f939
Describe the bug
Running the tests creates a file named .dotdrop.test in the home directory.
.dotdrop.test
Steps to Reproduce
Steps to reproduce the behavior:
tests.sh
Expected behavior
Running the tests should not affect the home directory or if it does, it should clean up after itself.
Additional information
.dotdrop.test contains a single word: modified
modified
#447 describes a similar kind of problem.
The text was updated successfully, but these errors were encountered:
good catched, thanks, it should be fixed by #453
Sorry, something went wrong.
No branches or pull requests
Dotdrop commit: b53f939
Describe the bug
Running the tests creates a file named
.dotdrop.test
in the home directory.Steps to Reproduce
Steps to reproduce the behavior:
.dotdrop.test
doesn't already exist in the home directorytests.sh
.dotdrop.test
now exists in the home directoryExpected behavior
Running the tests should not affect the home directory or if it does, it should clean up after itself.
Additional information
.dotdrop.test
contains a single word:modified
#447 describes a similar kind of problem.
The text was updated successfully, but these errors were encountered: